home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / inter51b.zip / INTERRUP.I < prev    next >
Text File  |  1996-07-28  |  355KB  |  9,275 lines

  1. Interrupt List, part 9 of 15
  2. Copyright (c) 1989,1990,1991,1992,1993,1994,1995,1996 Ralf Brown
  3. --------D-21FF-------------------------------
  4. INT 21 - DOS v2.11-2.13 - OEM FUNCTION
  5.     AH = FFh
  6. Return: AL = 00h if no OEM function handler installed (see AH=F8h"OEM")
  7. SeeAlso: AH=F8h"OEM",AH=FEh"OEM"
  8. --------K-21FF-------------------------------
  9. INT 21 - CED (Command EDitor) - INSTALLABLE COMMANDS
  10.     AH = FFh
  11.     AL = subfunction
  12.         00h add installable command
  13.         BL = mode
  14.             bit 0 = 1 callable from DOS prompt
  15.             bit 1 = 1 callable from application
  16.         DS:SI -> CR-terminated command name
  17.         ES:DI -> FAR routine entry point
  18.         01h remove installable command
  19.         DS:SI -> CR-terminated command name
  20.         02h reserved, may be used to test for CED installation
  21. Return: CF clear if successful
  22.     CF set on error
  23.         AX = error code
  24.         01h invalid function
  25.         02h command not found (subfunction 01h only)
  26.         08h insufficient memory (subfunction 00h only)
  27.         0Eh bad data (subfunction 00h only)
  28.     AH = FFh if CED not installed
  29. Program: CED is a shareware DOS command-line enhancer by Christopher J. Dunford
  30. SeeAlso: AX=0A00h
  31. --------E-21FF-------------------------------
  32. INT 21 - DJ GO32.EXE 80386+ DOS extender - DOS EXTENSIONS
  33.     AH = FFh
  34.     AL = function
  35.         01h create file
  36.         02h open file
  37.         03h get file statistics
  38.         04h get time of day
  39.         05h set time of day
  40.         06h stat
  41.         07h system
  42. Program: GO32.EXE is a DOS extender included as part of the 80386 port of the
  43.       GNU C/C++ compiler by DJ Delorie and distributed as DJGPP
  44. SeeAlso: INT 10/AH=FFh"GO32"
  45. --------K-21FF-------------------------------
  46. INT 21 - DOSED.COM - INSTALLATION CHECK
  47.     AH = FFh
  48.     DS:SI -> "DOSED"
  49.     ES = 0000h
  50. Return: ES:DI -> "DOSED" if installed
  51. Program: DOSED is a free DOS commandline editor/history buffer by Sverre H.
  52.       Huseby
  53. --------v-21FF-------------------------------
  54. INT 21 - VIRUS - "Sunday", "Tumen 0.5", "Hero" - INSTALLATION CHECK
  55.     AH = FFh
  56. Return: AH = 00h if "Tumen 0.5" or "Hero" resident
  57.     AX = 0400h if "Sunday" resident
  58. SeeAlso: AX=FEDCh"VIRUS",AX=FF01h"VIRUS"
  59. --------E-21FF-------------------------------
  60. INT 21 UP - Rational Systems DOS/4GW - API
  61.     AH = FFh
  62.     DH = function (00h-17h) (see also separate entries below)
  63.     DL = subfunction or argument
  64. Return: CF clear if valid function number
  65.         AX = status???
  66.     CF set if invalid function
  67. SeeAlso: INT 15/AX=BFDCh
  68. --------E-21FF--DH00-------------------------
  69. INT 21 UP - Rational Systems DOS/4GW - GET VERSION???
  70.     AH = FFh
  71.     DH = 00h
  72.     DL = ??? (78h seen)
  73. Return: CF clear
  74.     EAX = 4734FFFFh (high word is byte-swapped "4G") if DOS/4G installed
  75. Note:    Quarterdeck's DESQview/X X Toolkit library uses this call to determine
  76.       whether the direct-mapped linear 4GB segment's selector is 34h or 38h
  77. SeeAlso: INT 21/AH=FFh"DOS/4GW"
  78. --------E-21FF--DH02-------------------------
  79. INT 21 UP - Rational Systems DOS/4GW - SET ???
  80.     AH = FFh
  81.     DH = 02h
  82.     DL = ???
  83. Return: CF clear
  84. --------E-21FF--DH05-------------------------
  85. INT 21 UP - Rational Systems DOS/4GW - ???
  86.     AH = FFh
  87.     DH = 05h
  88.     BX = ???
  89. Return: ???
  90. --------E-21FF--DH06-------------------------
  91. INT 21 UP - Rational Systems DOS/4GW - ???
  92.     AH = FFh
  93.     DH = 06h
  94.     BX = ???
  95. Return: ???
  96. --------E-21FF--DH07-------------------------
  97. INT 21 UP - Rational Systems DOS/4GW - ???
  98.     AH = FFh
  99.     DH = 07h
  100.     BX = ???
  101. Return: ???
  102. --------E-21FF--DH08-------------------------
  103. INT 21 UP - Rational Systems DOS/4GW - ???
  104.     AH = FFh
  105.     DH = 08h
  106.     BX = ???
  107.     CX = ???
  108.     ES = ???
  109. Return: ???
  110. --------E-21FF--DH09-------------------------
  111. INT 21 UP - Rational Systems DOS/4GW - GET ???
  112.     AH = FFh
  113.     DH = 09h
  114. Return: ES:BX -> ???
  115. --------E-21FF--DH0A-------------------------
  116. INT 21 UP - Rational Systems DOS/4GW - ???
  117.     AH = FFh
  118.     DH = 0Ah
  119.     AL = ???
  120.     BX = ???
  121.     CX = ???
  122. Return: ES = ??? or 0000h
  123. --------E-21FF--DH0B-------------------------
  124. INT 21 UP - Rational Systems DOS/4GW - ???
  125.     AH = FFh
  126.     DH = 0Bh
  127.     AL = ???
  128.     BX = ???
  129.     CX = ???
  130. Return: ???
  131. --------E-21FF--DH0C-------------------------
  132. INT 21 UP - Rational Systems DOS/4GW - GET/SET ???
  133.     AH = FFh
  134.     DH = 0Ch
  135.     DL = ??? (00h or 01h)
  136. Return: CF clear if successful
  137.         AL = previous value of ???
  138.     CF set on error (DL out of range)
  139.         AX = FFFFh
  140. --------E-21FF--DH0D-------------------------
  141. INT 21 UP - Rational Systems DOS/4GW - ???
  142.     AH = FFh
  143.     DH = 0Dh
  144.     ???
  145. Return: ???
  146. --------E-21FF--DH0E-------------------------
  147. INT 21 UP - Rational Systems DOS/4GW - ???
  148.     AH = FFh
  149.     DH = 0Eh
  150. Return: DX:AX -> XBRK structure (see #0406 at INT 15/AX=BF02h)
  151.     BX = ???
  152.     CX = ???
  153. SeeAlso: INT 15/AX=BF02h
  154. --------E-21FF--DH0F-------------------------
  155. INT 21 UP - Rational Systems DOS/4GW - ???
  156.     AH = FFh
  157.     DH = 0Fh
  158.     ???
  159. Return: ???
  160. --------E-21FF--DH10-------------------------
  161. INT 21 UP - Rational Systems DOS/4GW - ???
  162.     AH = FFh
  163.     DH = 10h
  164.     AL = ???
  165.     BX = ???
  166.     CX = ???
  167.     DI = ???
  168.     SI = ???
  169. Return: ???
  170. Note:    among other things, frees two memory blocks via INT 21/AH=49h
  171. --------E-21FF--DH11-------------------------
  172. INT 21 UP - Rational Systems DOS/4GW - NOP
  173.     AH = FFh
  174.     DH = 11h
  175. --------E-21FF--DH12-------------------------
  176. INT 21 UP - Rational Systems DOS/4GW - EXCHANGE ??? POINTERS
  177.     AH = FFh
  178.     DH = 12h
  179.     DS:SI -> new ???
  180.     ES:DI -> new ???
  181. Return: DS:SI -> previous ???
  182.     ES:DI -> previous ???
  183. --------E-21FF--DH13-------------------------
  184. INT 21 UP - Rational Systems DOS/4GW - ???
  185.     AH = FFh
  186.     DH = 13h
  187.     AL = ???
  188.     ES = ???
  189. Return: ???
  190. --------E-21FF--DH14-------------------------
  191. INT 21 UP - Rational Systems DOS/4GW - ???
  192.     AH = FFh
  193.     DH = 14h
  194.     BX = ???
  195.     CX = ???
  196. Return: CF clear
  197.         AX = ???
  198.         DX = ???
  199. --------E-21FF--DH15-------------------------
  200. INT 21 UP - Rational Systems DOS/4GW - GET ??? FUNCTIONS
  201.     AH = FFh
  202.     DH = 15h
  203. Return: CF clear
  204.         DX:AX -> FAR function for ???
  205.         CX:BX -> FAR function for ???
  206.         SI:DI -> FAR function for ???
  207. --------E-21FF--DH16-------------------------
  208. INT 21 UP - Rational Systems DOS/4GW - GET ???
  209.     AH = FFh
  210.     DH = 16h
  211. Return: AX = ???
  212. --------E-21FF--DH17-------------------------
  213. INT 21 UP - Rational Systems DOS/4GW - ???
  214.     AH = FFh
  215.     DH = 17h
  216.     AL = ???
  217.     DL = ???
  218. Return: ???
  219. --------N-21FF00-----------------------------
  220. INT 21 - TopWare Network OS v5.10+ - GET SYSTEM INFORMATION
  221.     AX = FF00h
  222.     CL = what to get
  223.         00h user information (see #1817)
  224.         01h drive mapping (see #1818)
  225.         02h printer server(s)
  226.         05h local DOS drive number
  227. Return: ES:BX -> desired information
  228. Program: TopWare Network Operating System is manufactured by Grand Computer
  229.       Company
  230. Note:    this call is only supported on Workstations, not on the server
  231. SeeAlso: AX=FF04h,INT 2F/AX=FF00h
  232.  
  233. Format of TopWare user information:
  234. Offset    Size    Description    (Table 1817)
  235.  00h    BYTE    node ID
  236.  01h 15 BYTEs    user name
  237.  10h    WORD    user number
  238.  12h    BYTE    group number
  239.  
  240. Format of TopWare drive mapping [array]:
  241. Offset    Size    Description    (Table 1818)
  242.  00h    BYTE    bits 6-0: drive number (1=A:, etc.)
  243.         bit 7: this is a server drive
  244.  01h  3 BYTEs    mapping drive (for example, "C:\")
  245.  04h 64 BYTEs    current directory
  246. --------E-21FF00DX0078-----------------------
  247. INT 21 - Rational Systems DOS/4G - INSTALLATION CHECK
  248.     AX = FF00h
  249.     DX = 0078h
  250. Return: AL <> 00h if installed
  251.         GS = segment of kernel if nonzero
  252. SeeAlso: INT 15/AX=BF02h
  253. --------v-21FF01-----------------------------
  254. INT 21 - VIRUS - "Drop" - INSTALLATION CHECK
  255.     AX = FF01h
  256. Return: AX = 01FFh if resident
  257. SeeAlso: AH=FEh"VIRUS",AX=FF0Fh"VIRUS"
  258. --------N-21FF04-----------------------------
  259. INT 21 - TopWare Network OS v5.10+ - GET/SET DEFAULT FILE PROTECTION ATTRIBS
  260.     AX = FF04h
  261.     CL = function
  262.         00h get protections
  263.         Return: BH = read attribute
  264.             BL = write attribute
  265.         01h set protections
  266.         BH = read attribute
  267.         BL = write attribute
  268. Note:    this function is supported only on Workstations, not on the server
  269. SeeAlso: AX=FF00h"TopWare"
  270. --------v-21FF0F-----------------------------
  271. INT 21 - FLU_SHOT+ v1.83 - INSTALLATION CHECK
  272.     AX = FF0Fh
  273. Return: AX = 0101h if resident
  274. Program: FLU_SHOT+ is an antivirus/antitrojan program by Ross M. Greenberg and
  275.       Software Concepts Design
  276. Note:    the "PSQR/1720" virus calls this function to determine whether
  277.       FLU_SHOT+ is present
  278. SeeAlso: AH=FFh"VIRUS",AX=FF10h
  279. --------v-21FF10-----------------------------
  280. INT 21 - VIRUS - "Twins" - INSTALLATION CHECK
  281.     AX = FF10h
  282. Return: AL = 07h if resident
  283. SeeAlso: AX=FF0Fh,AX=FFFEh
  284. --------N-21FF80DHFF-------------------------
  285. INT 21 - TopWare Network OS v5.10+ - SEND MESSAGE
  286.     AX = FF80h
  287.     DH = FFh
  288.     DL = destination address (FFh for broadcast)
  289.     CX = message length (max 2000)
  290.     DS:SI -> message to be sent (see #1819)
  291. Return: nothing
  292. Program: TopWare Network Operating System is manufactured by Grand Computer
  293.       Company
  294. Notes:    this function is supported on both Workstations and the server
  295.     there is no guarantee that the message will be received correctly, or
  296.       at all, by the destination
  297.  
  298. Format of TopWare message:
  299. Offset    Size    Description    (Table 1819)
  300.  00h    BYTE    type code
  301.         07h TopSend
  302.         11h user application
  303.         other reserved for TopWare
  304.  01h    var    data
  305. Note:    sending messages with a type code other than 11h will cause
  306.       unpredictable results
  307. --------N-21FF82-----------------------------
  308. INT 21 - TopWare Network OS v5.10+ - GET STATION ADDRESS
  309.     AX = FF82h
  310. Return: AL = station address
  311. Note:    this function is supported on both Workstations and the server
  312. SeeAlso: AX=FF91h
  313. --------N-21FF8C-----------------------------
  314. INT 21 - TopWare Network OS v5.10+ - GET STATUS OF TopShow/Emulated FUNCTION
  315.     AX = FF8Ch
  316.     BL = subfunction
  317.         00h get TopShow status
  318.         FFh get Emulated status
  319. Return: AL = status
  320.         00h not installed
  321.         01h already installed
  322. --------N-21FF8D-----------------------------
  323. INT 21 - TopWare Network OS v5.10+ - CALL TopShow FUNCTION
  324.     AX = FF8Dh
  325.     CH = monochrome flag (01h monochrome, 00h not monochrome)
  326.     CL = screen mode of station to be viewed (see #1820)
  327.     BL = graphic page number for monochrome
  328. Return: AL = status (00h successful, else failed)
  329. SeeAlso: AX=FF8Eh,AX=FFCFh
  330.  
  331. (Table 1820)
  332. Values for TopWare screen mode:
  333.  00h    text mode
  334.  01h    720x348
  335.  02h    640x408
  336.  03h    720x352
  337.  04h    640x390
  338.  05h    reserved
  339. --------N-21FF8E-----------------------------
  340. INT 21 - TopWare Network OS v5.10+ - CANCEL TopShow FUNCTION
  341.     AX = FF8Eh
  342. Return: AL = 00h (successful, TopShow removed)
  343. SeeAlso: AX=FF8Dh
  344. --------N-21FF91-----------------------------
  345. INT 21 - TopWare Network OS v5.10+ - GET FILE SERVER STATION NUMBER
  346.     AX = FF91h
  347. Return: AL = station number of file server
  348. SeeAlso: AX=FF82h
  349. --------N-21FF97-----------------------------
  350. INT 21 - TopWare Network OS v5.10+ - GET MAXIMUM STATION NUMBER (server only)
  351.     AX = FF97h
  352. Return: AL = maximum station number
  353. SeeAlso: AX=FF98h
  354. --------N-21FF98-----------------------------
  355. INT 21 - TopWare Network OS v5.10+ - GET MAXIMUM FILE NUMBER (server only)
  356.     AX = FF98h
  357. Return: AL = maximum file
  358. SeeAlso: AX=FF97h
  359. --------N-21FF9A-----------------------------
  360. INT 21 - TopWare Network OS v5.10+ - RECEIVE OF USER-DEFINED PACKETS
  361.     AX = FF9Ah
  362.     ES:BX -> buffer for user-defined packet (see #1821)
  363. Return: nothing
  364.  
  365. Format of TopWare user-defined packet:
  366. Offset    Size    Description    (Table 1821)
  367.  00h    BYTE    FFh
  368.  01h    WORD    (call) length of data field plus 3
  369.         (ret) length of received message (0000h if none received)
  370.  03h    BYTE    destination ID (FFh for broadcast message)
  371.  04h    BYTE    sending station ID
  372.  05h    BYTE    type code (11h; all other codes reserved for TopWare)
  373.  06h  N BYTEs    received message
  374. --------N-21FF9F-----------------------------
  375. INT 21 - TopWare Network OS v5.10+ - ENABLE/DISABLE TopTerm SERVICE
  376.     AX = FF9Fh
  377.     CL = new state (00h disable [disregard TopTerm packets], 01h enable)
  378. Return: AL = status (00h successful, FFh failed)
  379. Note:    this function is only supported by Workstations, not the server
  380. --------N-21FFB0-----------------------------
  381. INT 21 - TopWare Network OS v5.10+ - GET SPOOLER PRINTING PRIORITY
  382.     AX = FFB0h
  383. Return: AL = priority status (see #1822)
  384. SeeAlso: AX=FFB1h
  385.  
  386. Bitfields for TopWare printer priority status:
  387. Bit(s)    Description    (Table 1822)
  388.  2    LPT3 has high priority
  389.  1    LPT2 has high priority
  390.  0    LPT1 has high priority
  391. --------N-21FFB1-----------------------------
  392. INT 21 - TopWare Network OS v5.10+ - SET SPOOLER PRINTING PRIORITY
  393.     AX = FFB1h
  394.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  395.     CH = new priority (00h normal, 01h high)
  396. Return: nothing
  397. SeeAlso: AX=FFB0h
  398. --------N-21FFB3-----------------------------
  399. INT 21 - TopWare Network OS v5.10+ - GET DEFAULT START-OF-JOB FORMFEED STATUS
  400.     AX = FFB3h
  401. Return: AL = starting formfeed status (see #1823)
  402. SeeAlso: AX=FFB4h,AX=FFC0h
  403.  
  404. Bitfields for TopWare printer start-of-job formfeed status:
  405. Bit(s)    Description    (Table 1823)
  406.  2    LPT3 has formfeed enabled
  407.  1    LPT2 has formfeed enabled
  408.  0    LPT1 has formfeed enabled
  409. --------N-21FFB4-----------------------------
  410. INT 21 - TopWare Network OS v5.10+ - SET DEFAULT START-OF-JOB FORMFEED STATUS
  411.     AX = FFB4h
  412.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  413.     CH = new formfeed status (00h off, 01h on)
  414. Return: nothing
  415. SeeAlso: AX=FFB3h,AX=FFC1h
  416. --------N-21FFBB-----------------------------
  417. INT 21 - TopWare Network OS v5.10+ - GET PRINTER SERVER STATION ADDRESS
  418.     AX = FFBBh
  419.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  420. Return: AL = current mapping printer server station number
  421.         00h if local
  422. SeeAlso: AX=FFBCh
  423. --------N-21FFBC-----------------------------
  424. INT 21 - TopWare Network OS v5.10+ - CANCEL TopShow FUNCTION
  425.     AX = FFBCh
  426.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  427.     CL = printer server station address or 00h for local printer
  428. Return: AL = status (00h successful, else failed)
  429. SeeAlso: AX=FFBBh
  430. --------N-21FFBD-----------------------------
  431. INT 21 - TopWare Network OS v5.10+ - GET CURRENT AUTOPRINT TIME
  432.     AX = FFBDh
  433.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  434. Return: AX = current AutoPrint timeout in clock ticks
  435. SeeAlso: AX=FFBEh
  436. --------N-21FFBE-----------------------------
  437. INT 21 - TopWare Network OS v5.10+ - SET AUTOPRINT TIME
  438.     AX = FFBEh
  439.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  440.     BX = timeout in clock ticks
  441. SeeAlso: AX=FFBDh
  442. --------N-21FFBF-----------------------------
  443. INT 21 - TopWare Network OS v5.10+ - GET LOGON USER INFORMATION
  444.     AX = FFBFh
  445.     DX:BX -> buffer for logon information (see #1824)
  446. Return: AL = status (00h successful, else failed)
  447.     AH = number of logged-in stations
  448.  
  449. Format of TopWare logon information:
  450. Offset    Size    Description    (Table 1824)
  451.  00h    BYTE    station address
  452.  01h 15 BYTEs    username
  453. --------N-21FFC0-----------------------------
  454. INT 21 - TopWare Network OS v5.10+ - GET DEFAULT END-OF-JOB FORMFEED STATUS
  455.     AX = FFC0h
  456. Return: AL = ending formfeed status (see #1825)
  457. SeeAlso: AX=FFB3h,AX=FFC1h
  458.  
  459. Bitfields for TopWare printer end-of-job formfeed status:
  460. Bit(s)    Description    (Table 1825)
  461.  2    LPT3 has formfeed enabled
  462.  1    LPT2 has formfeed enabled
  463.  0    LPT1 has formfeed enabled
  464. --------N-21FFC1-----------------------------
  465. INT 21 - TopWare Network OS v5.10+ - SET DEFAULT END-OF-JOB FORMFEED STATUS
  466.     AX = FFC1h
  467.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  468.     CH = new formfeed status (00h off, 01h on)
  469. Return: nothing
  470. SeeAlso: AX=FFB4h,AX=FFC0h
  471. --------N-21FFC2-----------------------------
  472. INT 21 - TopWare Network OS v5.10+ - GET DEFAULT COPIES OF SPOOLING FILE
  473.     AX = FFC2h
  474.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  475. Return: AL = default number of copies printed
  476. SeeAlso: AX=FFC7h
  477. --------N-21FFC3-----------------------------
  478. INT 21 - TopWare Network OS v5.10+ - GET SHARING STATUS OF PRINTER SERVER
  479.     AX = FFC3h
  480. Return: AL = sharing status of printers (see #1826)
  481.         FFh if not a printer server
  482.  
  483. Bitfields for TopWare printer sharing status:
  484. Bit(s)    Description    (Table 1826)
  485.  2    LPT3 is shared
  486.  1    LPT2 is shared
  487.  0    LPT1 is shared
  488. --------N-21FFC4-----------------------------
  489. INT 21 - TopWare Network OS v5.10+ - GET/SET LPT PORT ON PRINT SERVER
  490.     AX = FFC4h
  491.     BL = subfunction
  492.         00h get
  493.         Return: AL = mapped printer port on print server
  494.         01h set
  495.         CL = network printer port (00h LPT1, 01h LPT2, 02h LPT3)
  496.     CH = local printer (00h LPT1, 01h LPT2, 02h LPT3)
  497. --------N-21FFC6-----------------------------
  498. INT 21 - TopWare Network OS v5.10+ - SET DEFAULT PRINT FILE HEADER
  499.     AX = FFC6h
  500.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  501.     CL = header state (00h off, 01h on)
  502. SeeAlso: AX=FFC8h
  503. --------N-21FFC7-----------------------------
  504. INT 21 - TopWare Network OS v5.10+ - SET DEFAULT PRINT COPIES
  505.     AX = FFC7h
  506.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  507.     CL = new default number of copies to print
  508. SeeAlso: AX=FFC2h
  509. --------N-21FFC8-----------------------------
  510. INT 21 - TopWare Network OS v5.10+ - GET DEFAULT PRINT FILE HEADER STATUS
  511.     AX = FFC8h
  512. Return: AL = header status for printers (see #1827)
  513. SeeAlso: AX=FFC6h
  514.  
  515. Bitfields for TopWare print header status:
  516. Bit(s)    Description    (Table 1827)
  517.  2    LPT3 has headers enabled
  518.  1    LPT2 has headers enabled
  519.  0    LPT1 has headers enabled
  520. --------N-21FFC9-----------------------------
  521. INT 21 - TopWare Network OS v5.10+ - SET PRINTER SHARING
  522.     AX = FFC9h
  523.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  524.     CL = new sharing state (00h off, 01h on)
  525. Return: AL = status (00h successful, FFh not printer server)
  526. --------N-21FFCA-----------------------------
  527. INT 21 - TopWare Network OS v5.10+ - MOVE FILE FROM ONE PRINT SERVER TO ANOTHER
  528.     AX = FFCAh
  529.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  530.     CL = original printer server station address
  531.     BL = target printer server station address
  532.     DS:DX -> filename (12 bytes)
  533. Return: AL = status (00h successful, else failed)
  534. SeeAlso: AX=FFCBh
  535. --------N-21FFCB-----------------------------
  536. INT 21 - TopWare Network OS v5.10+ - DELETE FILE FROM SPOOLING QUEUE
  537.     AX = FFCBh
  538.     CH = printer number (00h LPT1, 01h LPT2, 02h LPT3)
  539.     CL = printer server station address
  540.     DS:DX -> filename (12 bytes)
  541. Return: AL = status (00h successful, else failed)
  542. SeeAlso: AX=FFCAh
  543. --------N-21FFCC-----------------------------
  544. INT 21 - TopWare Network OS v5.10+ - GET PRINT SERVER'S SPOOLING QUEUE STATUS
  545.     AX = FFCCh
  546.     CL = printer server station address
  547.     BH = start item number of spooling file for print server
  548.     BL = number of the item to be retrieved
  549.     DS:DX -> buffer for queued file information (see #1828)
  550. Return: AL = status
  551.         00h successful
  552.         AH = number of spool files
  553.         DS:DX buffer filled
  554.         nonzero failed
  555.  
  556. Format of TopWare queued file information buffer [16-item array, one element]:
  557. Offset    Size    Description    (Table 1828)
  558.  00h 12 BYTEs    filename
  559.  0Ch    DWORD    size
  560.  10h    WORD    date
  561.  12h    WORD    time
  562.  14h 15 BYTEs    username
  563.  23h    BYTE    count
  564.  24h    BYTE    flag: header
  565.  25h    BYTE    print number
  566. --------N-21FFCD-----------------------------
  567. INT 21 - TopWare Network OS v5.10+ - GET STATUS OF ALL PRINT SERVERS
  568.     AX = FFCDh
  569.     DS:DX -> buffer for server status (see #1829)
  570. Return: AL = status
  571.         00h successful
  572.         AH = number of print servers
  573.         nonzero failed
  574.  
  575. Format of TopWare server status:
  576. Offset    Size    Description    (Table 1829)
  577.  00h    BYTE    station address
  578.  01h 15 BYTEs    username
  579.  10h    BYTE    flag: 01h printer is shared, 00h sharing disabled
  580.  11h    BYTE    number of files pending in queue
  581. --------N-21FFCF-----------------------------
  582. INT 21 - TopWare Network OS v5.10+ - CALL TopLook FUNCTION
  583.     AX = FFCFh
  584.     DH = page number (0-2, 2 is text mode)
  585.     DL = type
  586.         00h look at specific screen
  587.         01h AutoLook on
  588.         FFh AutoLook off
  589.     BH = station number wishing to look
  590.     BL = station number to be looked at
  591.     CH = monochrome flag (01h monochrome, 00h not monochrome)
  592.     CL = screen mode (see #1820)
  593. Return: AL = status (00h successful, nonzero failed)
  594. SeeAlso: AX=FF8Dh
  595. --------N-21FFD6-----------------------------
  596. INT 21 - TopWare Network OS v5.10+ - GET KEYCARD SERIAL NUMBER AND MAX USERS
  597.     AX = FFD6h
  598.     ES:BX -> 12-byte buffer for keycard serial number
  599. Return: CX = maximum number of users
  600.     ES:BX buffer filled
  601. --------N-21FFD7-----------------------------
  602. INT 21 - TopWare Network OS v5.10+ - GET NETWORK PROTECTION ATTRIBUTES STATUS
  603.     AX = FFD7h
  604. Return: AL = status (00h disabled, 01h enabled)
  605. --------N-21FFE3DL00-------------------------
  606. INT 21 - TopWare Network OS v5.10+ - INITIATE ACCESS TO SPECIFIC PACKET TYPE
  607.     AX = FFE3h
  608.     DL = 00h
  609.     BX = packet type for Ethernet header (IP = 0800h, ARP = 0806h, etc.)
  610.     ES:DI -> receive routine (see #1831)
  611. Return: CF clear if successful
  612.         AX = handle number
  613.     CF set on error
  614.         DH = error code (03h,05h,09h,0Ah,11h) (see #1830)
  615. SeeAlso: AX=FFE3h/DL=01h
  616.  
  617. (Table 1830)
  618. Values for TopWare error code:
  619.  01h    invalid handle
  620.  03h    no interfaces of the specified type found
  621.  05h    bad packet type
  622.  09h    insufficient space
  623.  0Ah    type already being accessed
  624.  0Ch    unable to send packet (usually hardware error)
  625.  11h    invalid function
  626.  
  627. (Table 1831)
  628. Values TopWare receive routine is called with:
  629.     AX = function
  630.         0000h request packet buffer
  631.         CX = packet size
  632.         Return: ES:DI -> buffer or 0000h:0000h to discard packet
  633.         0001h packet copied
  634.         CX = packet size
  635.         DS:SI -> copied packet (same as returned ES:DI above)
  636. --------N-21FFE3DL01-------------------------
  637. INT 21 - TopWare Network OS v5.10+ - END ACCESS TO SPECIFIC PACKET TYPE
  638.     AX = FFE3h
  639.     DL = 01h
  640.     BX = handle returned by AX=FFE3h/DL=00h
  641. Return: CF clear if successful
  642.     CF set on error
  643.         DH = error code (01h,11h) (see #1830)
  644. Note:    the specified access handle will no longer be valid after this call
  645. SeeAlso: AX=FFE3h/DL=00h
  646. --------N-21FFE3DL02-------------------------
  647. INT 21 - TopWare Network OS v5.10+ - SEND PACKET
  648.     AX = FFE3h
  649.     DL = 02h
  650.     CX = length of data buffer
  651.     DS:SI -> buffer containing data
  652. Return: CF clear if successful
  653.     CF set on error
  654.         DH = error code (0Ch,11h) (see #1830)
  655. --------N-21FFE3DL03-------------------------
  656. INT 21 - TopWare Network OS v5.10+ - GET LOCAL NETWORK INTERFACE ADDRESS
  657.     AX = FFE3h
  658.     DL = 03h
  659.     ES:DI -> 6-byte buffer for address
  660. SeeAlso: AX=FFE3h/DL=00h
  661. --------v-21FFFE-----------------------------
  662. INT 21 - VIRUS - "08/15"/"Many Fingers" - INSTALLATION CHECK
  663.     AX = FFFEh
  664. Return: AX = 0815h if resident
  665. SeeAlso: AX=FF10h,AX=FFFEh/BX=0000h
  666. --------v-21FFFEBX0000-----------------------
  667. INT 21 - VIRUS - "Anti-Thunderbyte/LEMMING" - INSTALLATION CHECK
  668.     AX = FFFEh
  669.     BX = 0000h
  670. Return: BX = FFFFh if resident
  671. SeeAlso: AX=FFFEh,AX=FFFFh
  672. --------v-21FFFF-----------------------------
  673. INT 21 - VIRUS - "Ontario", "Year 1992"/"B1M92" - INSTALLATION CHECK
  674.     AX = FFFFh
  675. Return: AX = 0000h if "Ontario" resident
  676.     AX = 1992h if "Year 1992"/"B1M92" resident
  677. SeeAlso: AX=FF0Fh,AX=FFFFh/CX=0000h,INT 6B"VIRUS"
  678. --------v-21FFFFCX0000-----------------------
  679. INT 21 - VIRUS - "Revenge" - INSTALLATION CHECK
  680.     AX = FFFFh
  681.     CX = 0000h
  682. Return: CX = 0006h if resident
  683. SeeAlso: AX=FFFFh,INT 6B"VIRUS"
  684. --------D-22---------------------------------
  685. INT 22 - DOS 1+ - PROGRAM TERMINATION ADDRESS
  686. Desc:    this vector specifies the address of the routine which is to be given
  687.       control after a program is terminated; it should never be called
  688.       directly, since it does not point at an interrupt handler
  689. Notes:    this vector is restored from the DWORD at offset 0Ah in the PSP during
  690.       termination, and then a FAR JMP is performed to the address in INT 22
  691.     normally points at the instruction immediately following INT 21/AH=4Bh
  692.       call which loaded the current program
  693. SeeAlso: INT 20,INT 21/AH=00h,INT 21/AH=31h,INT 21/AH=4Ch
  694. --------G-22---------------------------------
  695. INT 22 - COMTROL HOSTESS i/ISA DEBUGGER - CHANGE FIRMWARE DEBUGGING PORT
  696.     AL = new firmware debugging port
  697. Return: ???
  698. SeeAlso: INT 21"COMTROL",INT 23"COMTROL"
  699. --------D-23---------------------------------
  700. INT 23 - DOS 1+ - CONTROL-C/CONTROL-BREAK HANDLER
  701. ---DOS 1.x---
  702. Return: AH = 00h abort program
  703.     if all registers preserved, restart DOS call
  704. ---DOS 2+---
  705.     CF clear
  706. Return: all registers preserved
  707.     return via RETF with CF set or (MS-DOS 1,DR DOS) RETF 2 with CF set
  708.         DOS will abort program with errorlevel 0
  709.     else (RETF/RETF 2 with CF clear or IRET with CF ignored)
  710.         interrupted DOS call is restarted
  711. Notes:    this interrupt is invoked whenever DOS detects a ^C or ^Break; it
  712.       should never be called directly
  713.     MS-DOS 1.25 also invokes INT 23 on a divide overflow (INT 00)
  714.     MS-DOS remembers the stack pointer before calling INT 23, and if it is
  715.       not the same on return, pops and discards the top word; this is what
  716.       permits a return with RETF as well as IRET or RETF 2
  717.     MS-DOS 2.1+ ignores the returned CF if SP is the same on return as it
  718.       was when DOS called INT 23, so RETF 2 will not terminate the program
  719.     Novell DOS 7 always pops a word if CF is set on return, so one should
  720.       not return with RETF 2 and CF set or IRET with the stored flags' CF
  721.       set
  722.     any DOS call may safely be made within the INT 23 handler, although
  723.       the handler must check for a recursive invocation if it does
  724.       call DOS
  725. SeeAlso: INT 1B
  726. --------G-23---------------------------------
  727. INT 23 - COMTROL HOSTESS i/ISA DEBUGGER - GET CONFIGURATION INFORMATION
  728.     AL = query type
  729.         00h get old config map
  730.         Return: AX = old config map
  731.         01h get dual-ported RAM map
  732.         Return: BX:AX = dual-ported RAM map
  733.         02h get SCC port map
  734.         Return: BX:AX = SCC port map
  735. SeeAlso: INT 22"COMTROL",INT 26"COMTROL"
  736. --------D-24---------------------------------
  737. INT 24 C - DOS 1+ - CRITICAL ERROR HANDLER
  738. Notes:    invoked when a critical (usually hardware) error is encountered by DOS
  739.       (see #1832); should never be called directly
  740.     when DOS terminates a program, it copies the previous value of the
  741.       INT 24 vector out of the PSP (see #0691) and into the interrupt
  742.       vector table
  743. SeeAlso: INT 21/AH=95h
  744.  
  745. (Table 1832)
  746. Values critical error handler is called with:
  747.     AH = type and processing flags (see #1833)
  748.     AL = drive number if AH bit 7 clear
  749.     BP:SI -> device driver header (see #0953 at INT 21/AH=52h)
  750.         (BP:[SI+4] bit 15 set if character device)
  751.     DI low byte contains error code if AH bit 7 set (see #1834)
  752.     STACK:    DWORD    return address for INT 24 call
  753.         WORD    flags pushed by INT 24
  754.         WORD    original AX on entry to INT 21
  755.         WORD    BX
  756.         WORD    CX
  757.         WORD    DX
  758.         WORD    SI
  759.         WORD    DI
  760.         WORD    BP
  761.         WORD    DS
  762.         WORD    ES
  763.         DWORD    return address for INT 21 call
  764.         WORD    flags pushed by INT 21
  765. Return:    AL = action code (see #1835)
  766.     SS,SP,DS,ES,BX,CX,DX preserved
  767. Notes:    the only DOS calls the handler may make are INT 21/AH=01h-0Ch,30h,59h
  768.     if the handler returns to the application by popping the stack, DOS
  769.       will be in an unstable state until the first call with AH > 0Ch
  770.     for DOS 3.1+, IGNORE (AL=00h) is turned into FAIL (AL=03h) on network
  771.       critical errors
  772.     if IGNORE specified but not allowed, it is turned into FAIL
  773.     if RETRY specified but not allowed, it is turned into FAIL
  774.     if FAIL specified but not allowed, it is turned into ABORT
  775.     (DOS 3.0+) if a critical error occurs inside the critical error
  776.       handler, the DOS call is automatically failed (AL set to 03h and
  777.       the INT 24 call skipped)
  778.  
  779. Bitfields for critical error type and processing flags:
  780. Bit(s)    Description    (Table 1833)
  781.  7    clear = disk I/O error
  782.     set   = -- if block device, bad FAT image in memory
  783.         -- if char device, error code in DI
  784.  6    unused
  785.  5    Ignore allowed (DOS 3.0+)
  786.  4    Retry allowed (DOS 3.0+)
  787.  3    Fail allowed (DOS 3.0+)
  788.  2-1    disk area of error
  789.     00 = DOS area    01 = FAT
  790.     10 = root dir    11 = data area
  791.  0    set if write, clear if read
  792.  
  793. (Table 1834)
  794. Values for critical error code:
  795.  00h    write-protection violation attempted
  796.  01h    unknown unit for driver
  797.  02h    drive not ready
  798.  03h    unknown command given to driver
  799.  04h    data error (bad CRC)
  800.  05h    bad device driver request structure length
  801.  06h    seek error
  802.  07h    unknown media type
  803.  08h    sector not found
  804.  09h    printer out of paper
  805.  0Ah    write fault
  806.  0Bh    read fault
  807.  0Ch    general failure
  808.  0Dh    (DOS 3.0+) sharing violation
  809.  0Eh    (DOS 3.0+) lock violation
  810.  0Fh    invalid disk change
  811.  10h    (DOS 3.0+) FCB unavailable
  812.  11h    (DOS 3.0+) sharing buffer overflow
  813.  12h    (DOS 4.0+) code page mismatch
  814.  13h    (DOS 4.0+) out of input
  815.  14h    (DOS 4.0+) insufficient disk space
  816.  
  817. (Table 1835)
  818. Values for critical error handler action code:
  819.  00h    ignore error and continue processing request
  820.  01h    retry operation
  821.  02h    terminate program as though INT 21/AH=4Ch called (INT 20h for DOS 1.x)
  822.  03h    fail system call in progress (DOS 3+)
  823. --------D-25---------------------------------
  824. INT 25 - DOS 1+ - ABSOLUTE DISK READ (except partitions > 32M)
  825.     AL = drive number (00h = A:, 01h = B:, etc)
  826.     CX = number of sectors to read (not FFFFh)
  827.     DX = starting logical sector number (0000h - highest sector on drive)
  828.     DS:BX -> buffer for data
  829. Return: CF clear if successful
  830.     CF set on error
  831.         AH = status (see #1836)
  832.         AL = error code (same as passed to INT 24 in DI)
  833.     may destroy all other registers except segment registers
  834. Notes:    original flags are left on stack, and must be popped by caller
  835.     this call bypasses the DOS filesystem
  836.     examination of CPWIN386.CPL indicates that if this call fails with
  837.       error 0408h on an old-style (<32M) call, one should retry the
  838.       call with the high bit of the drive number in AL set
  839.     Novell DOS 7 decides whether the old-style or new-style (>32M) version
  840.       of INT 25 must be used solely on the basis of the partition's size,
  841.       thus forcing use of the new-style call even for data in the first
  842.       32M of the partition
  843. BUGS:    DOS 3.1 through 3.3 set the word at ES:[BP+1Eh] to FFFFh if AL is an
  844.       invalid drive number
  845.     DR DOS 3.41 will return with a jump instead of RETF, leaving the
  846.       wrong number of bytes on the stack; use the huge-partition version
  847.       (INT 25/CX=FFFFh) for all partition sizes under DR DOS 3.41
  848. SeeAlso: INT 13/AH=02h,INT 25/CX=FFFFh,INT 26
  849.  
  850. (Table 1836)
  851. Values for disk I/O status:
  852.  80h    device failed to respond (timeout)
  853.  40h    seek operation failed
  854.  20h    controller failed
  855.  10h    data error (bad CRC)
  856.  08h    DMA failure
  857.  04h    requested sector not found
  858.  03h    write-protected disk (INT 26 only)
  859.  02h    bad address mark
  860.  01h    bad command
  861. --------D-25----CXFFFF-----------------------
  862. INT 25 - DOS 3.31+ - ABSOLUTE DISK READ (>32M hard-disk partition)
  863.     CX = FFFFh
  864.     AL = drive number (0=A, 1=B, etc)
  865.     DS:BX -> disk read packet (see #1837)
  866. Return: CF clear if successful
  867.     CF set on error
  868.         AH = status (see #1836)
  869.         AL = error code (same as passed to INT 24 in DI)
  870.         AX = 0207h if more than 64K sectors on drive -- use new-style call
  871.     may destroy all other registers except segment registers
  872. Notes:    partition is potentially >32M (and requires this form of the call) if
  873.       bit 1 of the device attribute word in the device driver is set
  874.     original flags are left on stack, and must be removed by caller
  875.     this call bypasses the DOS filesystem
  876. SeeAlso: INT 13/AH=02h,INT 25,INT 26/CX=FFFFh
  877.  
  878. Format of disk read packet:
  879. Offset    Size    Description    (Table 1837)
  880.  00h    DWORD    sector number
  881.  04h    WORD    number of sectors to read
  882.  06h    DWORD    transfer address
  883. --------k-25CDCD-----------------------------
  884. INT 25 - Stacker - GET DEVICE DRIVER ADDRESS
  885.     AX = CDCDh
  886.     DS:BX -> buffer for address (see #1838)
  887.     CX = 0001h
  888.     DX = 0000h
  889. Return: AX = CDCDh if Stacker installed
  890.         DS:BX buffer filled
  891. Note:    not supported by Stacker Anywhere; to obtain the Stacker device
  892.       driver address and to detect drives controlled by all versions
  893.       of Stacker, INT 21/AX=4404h"Stacker" or lookup via the CDS and DPB
  894.       should be preferred (see INT 21/AH=52h)
  895.     Stacker Anywhere does not link its built-in device driver into
  896.       the standard device driver chain, but it can be found via CDS/DPB
  897. SeeAlso: INT 21/AX=4404h"Stacker"
  898.  
  899. Format of Stacker v2+ driver address buffer:
  900. Offset    Size    Description    (Table 1838)
  901.  00h    WORD    signature CDCDh
  902.  02h    WORD    ??? 0001h
  903.  04h    DWORD    pointer to Stacker signature at device driver offset 1Ah
  904.           (see #1839)
  905.  
  906. Format of Stacker v2+ device driver:
  907. Offset    Size    Description    (Table 1839)
  908.  00h    DWORD    pointer to next driver, offset=FFFFh if last driver
  909.         FFFFh:FFFFh for Stacker Anywhere
  910.  04h    WORD    device attributes (see #0954,#0955)
  911.  06h    WORD    device strategy entry point
  912.  08h    WORD    device interrupt entry point
  913.  0Ah    BYTE    number of subunits (drives) supported by driver
  914.         0 for Stacker Anywhere
  915.  0Bh  7 BYTEs    signature "STAC-CD" for Stacker and Stacker Anywhere
  916.  12h  7 BYTEs    ???
  917.  19h    BYTE    always = 01h ?? (Stacker Anywhere points here)
  918.  1Ah    WORD    signature A55Ah (all other Stacker versions point here)
  919.  1Ch    WORD    Stacker version * 64h
  920.         0C8h = 200, 012Ch = 300, 0190h = 400 (also Stacker Anywhere)
  921.  1Eh    WORD    offset of volume-specific information offset table
  922.         (list of WORDs, one per drive, containing offsets to various
  923.           information)
  924.  20h 56 BYTEs    n/a
  925.  58h    BYTE    volume number, set after INT 21/AX=4404h, INT 21/AX=4408h
  926.         (use to index into volume-specific info offset table,
  927.         should be set to FFh before and tested for change after)
  928.  59h 19 BYTEs    n/a
  929.  6Ch  4 BYTEs    ASCII string "SWAP"
  930.  70h 26 BYTEs    drive mapping table (one byte for each drive A: through Z:)
  931.         (only used for drives swapped by SSWAP.COM; other drives
  932.         compressed by Stacker can be found with the standard device
  933.         driver header signature (see INT 21/AH=52h)
  934. ---Stacker 4, Stacker Anywhere---
  935.  8Ah 40    BYTEs    ???
  936.  B2h  4 BYTEs    ASCII string "SWP2"
  937.  B6h 26 BYTEs    drive table ???
  938.  D0h 150 BYTEs    ???
  939. 166h 60 BYTEs    LZSINFO structure (see #2036 at INT 2F/AX=4A12h)
  940. SeeAlso: #1840,#0953 at INT 21/AH=52h
  941.  
  942. Format of Stacker boot record:
  943. Offset    Size    Description    (Table 1840)
  944. 1F0h  8 BYTEs    Stacker signature (first byte is CDh)
  945. 1F8h    DWORD    pointer to start of Stacker device driver
  946. 1FCh    WORD    Stacker volume number
  947. 1FEh    WORD    ???
  948. SeeAlso: #1839
  949. --------c-25--FFSI4358-----------------------
  950. INT 25 - PC-CACHE.SYS - INSTALLATION CHECK
  951.     AL = FFh
  952.     SI = 4358h
  953. Return: SI = 6378h if installed
  954.         CX = segment of device driver PC-CACHE.SYS
  955.         DX = version (major in DH, minor in DL)
  956. Program: PC-CACHE.SYS is a small device driver used by PC-Cache v5.x to obtain
  957.       access to certain disk drivers for devices such as Bernoulli drives
  958. SeeAlso: INT 13/AH=A0h
  959. --------D-26---------------------------------
  960. INT 26 - DOS 1+ - ABSOLUTE DISK WRITE (except partitions > 32M)
  961.     AL = drive number (00h = A:, 01h = B:, etc)
  962.     CX = number of sectors to write (not FFFFh)
  963.     DX = starting logical sector number (0000h - highest sector on drive)
  964.     DS:BX -> data to write
  965. Return: CF clear if successful
  966.     CF set on error
  967.         AH = status (see #1836)
  968.         AL = error code (same as passed to INT 24 in DI)
  969.         AX = 0207h if more than 64K sectors on drive -- use new-style call
  970.     may destroy all other registers except segment registers
  971. Notes:    original flags are left on stack, and must be popped by caller
  972.     this call bypasses the DOS filesystem, though DOS 5+ invalidates any
  973.       disk buffers referencing sectors which are written with this call
  974.     examination of CPWIN386.CPL indicates that if this call fails with
  975.       error 0408h on an old-style (<32M) call, one should retry the
  976.       call with the high bit of the drive number in AL set
  977.     Novell DOS 7 decides whether the old-style or new-style (>32M) version
  978.       of INT 26 must be used solely on the basis of the partition's size,
  979.       thus forcing use of the new-style call even for data in the first
  980.       32M of the partition
  981. BUGS:    DOS 3.1 through 3.3 set the word at ES:[BP+1Eh] to FFFFh if AL is an
  982.       invalid drive number
  983.     DR DOS 3.41 will return with a jump instead of RETF, leaving the
  984.       wrong number of bytes on the stack; use the huge-partition version
  985.       (INT 26/CX=FFFFh) for all partition sizes under DR DOS 3.41
  986. SeeAlso: INT 13/AH=03h,INT 25,INT 26/CX=FFFFh
  987. --------D-26----CXFFFF-----------------------
  988. INT 26 - DOS 3.31+ - ABSOLUTE DISK WRITE (>32M hard-disk partition)
  989.     CX = FFFFh
  990.     AL = drive number (0=A, 1=B, etc)
  991.     DS:BX -> disk write packet (see #1841)
  992. Return: CF clear if successful
  993.     CF set on error
  994.         AH = status (see #1836)
  995.         AL = error code (same as passed to INT 24 in DI)
  996.         AX = 0207h if more than 64K sectors on drive -- use new-style call
  997.     may destroy all other registers except segment registers
  998. Notes:    partition is potentially >32M (and requires this form of the call) if
  999.       bit 1 of the device attribute word in the device driver is set
  1000.     original flags are left on stack, and must be removed by caller
  1001.     this call bypasses the DOS filesystem, though DOS 5+ invalidates any
  1002.       disk buffers referencing sectors which are written with this call
  1003. SeeAlso: INT 13/AH=03h,INT 25/CX=FFFFh,INT 26
  1004.  
  1005. Format of disk write packet:
  1006. Offset    Size    Description    (Table 1841)
  1007.  00h    DWORD    sector number
  1008.  04h    WORD    number of sectors to read
  1009.  06h    DWORD    transfer address
  1010. --------G-26---------------------------------
  1011. INT 26 - COMTROL HOSTESS i/ISA DEBUGGER - ENTER/EXIT EXTENDED ADDRESSING MODE
  1012.     ???
  1013. Return: ???
  1014. SeeAlso: INT 23"COMTROL",INT 27"COMTROL"
  1015. --------D-27---------------------------------
  1016. INT 27 - DOS 1+ - TERMINATE AND STAY RESIDENT
  1017.     DX = number of bytes to keep resident (max FFF0h)
  1018.     CS = segment of PSP
  1019. Return: never
  1020. Notes:    this is an obsolete call
  1021.     INT 22, INT 23, and INT 24 are restored from the PSP
  1022.     does not close any open files
  1023.     the minimum number of bytes which will remain resident is 110h for
  1024.       DOS 2.x and 60h for DOS 3.0+; there is no minimum for DOS 1.x, which
  1025.       implements this service in COMMAND.COM rather than the DOS kernel
  1026. SeeAlso: INT 21/AH=31h
  1027. --------G-27---------------------------------
  1028. INT 27 - COMTROL HOSTESS i/ISA DEBUGGER - INVOKE REMOTE TURBO DEBUGGER KERNEL
  1029.     ???
  1030. Return: ???
  1031. Desc:    invoke a copy of the remote Turbo Debugger kernel on the Hostess i
  1032.       controller
  1033. SeeAlso: INT 20"COMTROL",INT 26"COMTROL"
  1034. --------D-28---------------------------------
  1035. INT 28 C - DOS 2+ - DOS IDLE INTERRUPT
  1036.     SS:SP = top of MS-DOS stack for I/O functions
  1037. Return: all registers preserved
  1038. Desc:    This interrupt is invoked each time one of the DOS character input
  1039.       functions loops while waiting for input.  Since a DOS call is in
  1040.       progress even though DOS is actually idle during such input waits,
  1041.       hooking this function is necessary to allow a TSR to perform DOS
  1042.       calls while the foreground program is waiting for user input.     The
  1043.       INT 28h handler may invoke any INT 21h function except functions
  1044.       00h through 0Ch.
  1045. Notes:    under DOS 2.x, the critical error flag (the byte immediately after the
  1046.       InDOS flag) must be set in order to call DOS functions 50h/51h from
  1047.       the INT 28h handler without destroying the DOS stacks.
  1048.     calls to INT 21/AH=3Fh,40h from within an INT 28 handler may not use a
  1049.       handle which refers to CON
  1050.     at the time of the call, the InDOS flag (see INT 21/AH=34h) is normally
  1051.       set to 01h; if larger, DOS is truly busy and should not be reentered
  1052.     the default handler is an IRET instruction
  1053.     supported in OS/2 compatibility box
  1054.     the _MS-DOS_Programmer's_Reference_ for DOS 5.0 incorrectly documents
  1055.       this interrupt as superseded
  1056. SeeAlso: INT 21/AH=34h,INT 2A/AH=84h,INT 2F/AX=1680h
  1057. --------D-29---------------------------------
  1058. INT 29 C - DOS 2+ - FAST CONSOLE OUTPUT
  1059.     AL = character to display
  1060. Return: nothing
  1061. Notes:    automatically called when writing to a device with bit 4 of its device
  1062.       driver header set (see also INT 21/AH=52h)
  1063.     COMMAND.COM v3.2 and v3.3 compare the INT 29 vector against the INT 20
  1064.       vector and assume that ANSI.SYS is installed if the segment is larger
  1065.     the default handler under DOS 2.x and 3.x simply calls INT 10/AH=0Eh
  1066.     the default handler under DESQview 2.2 understands the <Esc>[2J
  1067.       screen-clearing sequence, calls INT 10/AH=0Eh for all others
  1068. SeeAlso: INT 21/AH=52h,INT 2F/AX=0802h,INT 79
  1069. --------U-29E60D-----------------------------
  1070. INT 29 - ShowGFX - INSTALLATION CHECK
  1071.     AX = E60Dh
  1072.     CL = 0Eh
  1073.     DX = C0DEh
  1074. Return: DX = DEC0h
  1075. Program: ShowGFX is a PCBoard graphics driver by Solar Designer
  1076. --------N-2A00-------------------------------
  1077. INT 2A - NETWORK - INSTALLATION CHECK
  1078.     AH = 00h
  1079. Return: AH <> 00h if installed
  1080.     CF set if NetWare v2.15 NetBIOS emulator installed
  1081. Note:    supported by PC LAN Program, LAN Manager, LANtastic, NetWare, 10NET,
  1082.       etc.
  1083. SeeAlso: INT 5C
  1084. --------N-2A0000-----------------------------
  1085. INT 2A - AT&T Starlan Extended NetBIOS (var length names) - INSTALLATION CHECK
  1086.     AX = 0000h
  1087. Return: AH = DDh
  1088. SeeAlso: INT 5B
  1089. --------N-2A01-------------------------------
  1090. INT 2A - NETWORK (Microsoft,LANtastic) - EXECUTE NETBIOS REQUEST,NO ERROR RETRY
  1091.     AH = 01h
  1092.     ES:BX -> NCB (see #2425 at INT 5C)
  1093. Return: AL = NetBIOS error code
  1094.     AH = status
  1095.         00h no error
  1096.         01h error occurred
  1097. SeeAlso: AH=04h,AX=0500h,INT 5B,INT 5C"NetBIOS"
  1098. --------N-2A02-------------------------------
  1099. INT 2A - NETWORK (Microsoft) - SET NET PRINTER MODE
  1100.     AH = 02h
  1101.     ???
  1102. Return: ???
  1103. --------N-2A0300-----------------------------
  1104. INT 2A - NETWORK - CHECK DIRECT I/O
  1105.     AX = 0300h
  1106.     DS:SI -> ASCIZ device name (may be full path or only drive specifier--
  1107.           must include the colon)
  1108. Return: CF clear if direct physical addressing (INT 13,INT 25) permissible
  1109.     CF set if access via files only
  1110. Notes:    do not use direct disk accesses if this function returns CF set or the
  1111.       device is redirected (INT 21/AX=5F02h)
  1112.     use AH=00h to determine whether the network is installed; if not,
  1113.       direct physical access is allowed
  1114.     may take some time to execute, so programs which need to check
  1115.       frequently should save the result of the first call
  1116.     this function is called by the DOS kernel on INT 25 and INT 26
  1117.     supported by PC LAN Program, LAN Manage, LANtastic, NetWare, 10NET,
  1118.       etc.
  1119. SeeAlso: INT 13,INT 25,INT 26,INT 21/AX=5F02h
  1120. --------N-2A04-------------------------------
  1121. INT 2A - NETWORK - EXECUTE NetBIOS REQUEST
  1122.     AH = 04h
  1123.     AL = error retry
  1124.         00h automatically retry request on errors 09h, 12h, and 21h
  1125.           (see #2424 at INT 5C"NetBIOS")
  1126.         01h no retry
  1127.         02h ???
  1128.     ES:BX -> Network Control Block (see #2425 at INT 5C"NetBIOS")
  1129. Return: AX = 0000h if successful
  1130.     AH = 01h on error
  1131.         AL = error code
  1132. Notes:    invokes either INT 5B or INT 5C as appropriate
  1133.     supported by PC LAN Program, LANtastic, LAN Manager, NetWare, 10NET,
  1134.       etc.
  1135.     NetWare 2.15 NetBIOS emulator returns CF clear if successful, CF set
  1136.       on error
  1137.     PC LAN Program defines any non-zero return value in AH as an error
  1138.       indicator for subfunction 00h, and any non-zero return value in AX
  1139.       as an error indicator for subfunction 01h
  1140. SeeAlso: AH=00h,AH=01h,AX=0500h,INT 5B,INT 5C"NetBIOS"
  1141. --------N-2A0500-----------------------------
  1142. INT 2A - NETWORK - GET NETWORK RESOURCE AVAILABILITY
  1143.     AX = 0500h
  1144. Return: AX reserved
  1145.     BX = number of network names available
  1146.     CX = number of network control blocks available
  1147.     DX = number of network sessions available
  1148. Notes:    supported by PC LAN Program, LAN Manager, LANtastic, NetWare, 10NET,
  1149.       etc.
  1150.     the application should call this function before using any network
  1151.       resources, and maintain its own count to avoid exceeding the
  1152.       network's resource limits
  1153. SeeAlso: AH=00h,AH=01h,AH=04h,INT 5C"NetBIOS"
  1154. --------N-2A06-------------------------------
  1155. INT 2A - NETBIOS, LANtastic - NETWORK PRINT-STREAM CONTROL
  1156.     AH = 06h
  1157.     AL = function
  1158.         01h set concatenation mode
  1159.         all printer output put in one job until return to DOS prompt
  1160.         02h set truncation mode (default)
  1161.         printer open/close or BIOS/DOS output switch starts new job
  1162.         03h flush printer output and start new print job
  1163. Return: CF set on error
  1164.         AX = error code
  1165.     CF clear if successful
  1166. Notes:    subfunction 03h is equivalent to Ctrl/Alt/keypad-*
  1167.     supported by PC LAN Program, LANtastic, NetWare, 10NET, etc.
  1168.     LANtastic v4.x no longer supports this call
  1169.     this function sets the printer mode for all redirected printers
  1170. SeeAlso: INT 21/AX=5D08h,INT 21/AX=5D09h,INT 2F/AX=1125h
  1171. --------N-2A07-------------------------------
  1172. INT 2A U - PC Network v1.00 - RECEIVER.COM - ???
  1173.     AH = 07h
  1174.     ???
  1175. Return: ???
  1176. Program: PC Network is an early networking package which was renamed the
  1177.       IBM PC Local Area Network Program (PC LAN Program) as of v1.10
  1178. SeeAlso: AH=86h
  1179. --------N-2A2001-----------------------------
  1180. INT 2A - MS Networks or NETBIOS - ???
  1181.     AX = 2001h
  1182.     ???
  1183. Return: ???
  1184. Note:    intercepted by DESQview 2.x
  1185. --------N-2A2002-----------------------------
  1186. INT 2A - NETWORK - ???
  1187.     AX = 2002h
  1188.     ???
  1189. Return: ???
  1190. Note:    called by MS-DOS 3.30-6.00 APPEND
  1191. --------N-2A2003-----------------------------
  1192. INT 2A - NETWORK - ???
  1193.     AX = 2003h
  1194.     ???
  1195. Return: ???
  1196. Note:    called by MS-DOS 3.30-6.00 APPEND
  1197. --------N-2A7802-----------------------------
  1198. INT 2A - NETWORK - PC LAN PROG v1.31+ - GET LOGGED ON USER NAME
  1199.     AX = 7802h
  1200.     ES:DI -> 8-byte buffer to be filled
  1201. Return: AL = 00h if no user logged on to Extended Services
  1202.     AL <> 00h if user logged on to Extended Services
  1203.         buffer at ES:DI filled with name, padded to 8 chars with blanks.
  1204. --------D-2A80-------------------------------
  1205. INT 2A CU - NETWORK - BEGIN DOS CRITICAL SECTION
  1206.     AH = 80h
  1207.     AL = critical section number (00h-0Fh) (see #1842)
  1208. Notes:    normally hooked to avoid interrupting a critical section, rather than
  1209.       called
  1210.     the handler should ensure that none of the critical sections are
  1211.       reentered, usually by suspending a task which attempts to reenter
  1212.       an active critical section
  1213.     the DOS kernel does not invoke critical sections 01h and 02h unless it
  1214.       is patched.  DOS 3.1+ contains a zero-terminated list of words
  1215.       beginning at offset -11 from the Swappable Data Area
  1216.       (see #0987 at INT 21/AX=5D06h); each word contains the offset within
  1217.       the DOS data segment of a byte which must be changed from C3h (RET)
  1218.       to 50h (POP AX) under DOS 3.x or from 00h to a nonzero value under
  1219.       DOS 4.0+ to enable use of critical sections.    For DOS 4.0+, all
  1220.       words in this list point at the byte at offset 0D0Ch.
  1221.     MS Windows patches the DOS kernel's calls to INT 2A/AH=80h-81h into
  1222.       far calls to its own handler, and does not reflect the calls back
  1223.       to INT 2A unless SYSTEM.INI contains ReflectDOSInt2A=1 or
  1224.       ModifyDOSInt2A=0 in the [386Enh] section
  1225.     Novell NETX does not issue INT 2A/AH=80h and INT 2A/AH=81h calls when
  1226.       it intercepts INT 21 calls and processes them itself
  1227. SeeAlso: AH=81h,AH=82h,AX=8700h,INT 21/AX=5D06h,INT 21/AX=5D0Bh
  1228.  
  1229. (Table 1842)
  1230. Values for DOS critical section number:
  1231.  01h    DOS kernel, SHARE.EXE, DOSMGR
  1232.     apparently for maintaining the integrity of DOS/SHARE/NET
  1233.       data structures
  1234.  02h    DOS kernel, DOSMGR
  1235.     ensures that no multitasking occurs while DOS is calling an
  1236.       installable device driver
  1237.  05h    network redirector
  1238.  06h    DOS 4.x only IFSFUNC
  1239.  08h    ASSIGN.COM
  1240.  0Ah    MSCDEX, CORELCDX
  1241.  0Fh    IBM PC LAN server (while intercepting INT 10/AH=06h,07h,0Eh)
  1242. --------D-2A81-------------------------------
  1243. INT 2A CU - NETWORK - END DOS CRITICAL SECTION
  1244.     AH = 81h
  1245.     AL = critical section number (00h-0Fh) (see #1842)
  1246. Notes:    normally hooked rather than called
  1247.     the handler should reawaken any tasks which were suspended due to an
  1248.       attempt to enter the specified critical section
  1249.     MS Windows patches the DOS kernel's calls to INT 2A/AH=80h-81h into
  1250.       far calls to its own handler, and does not reflect the calls back
  1251.       to INT 2A unless SYSTEM.INI contains ReflectDOSInt2A=1 or
  1252.       ModifyDOSInt2A=0 in the [386Enh] section
  1253. SeeAlso: AH=80h,AH=82h,AX=8700h
  1254. --------D-2A82-------------------------------
  1255. INT 2A CU - NETWORK - END DOS CRITICAL SECTIONS 0 THROUGH 7
  1256.     AH = 82h
  1257. Notes:    called by the INT 21h function dispatcher for function 0 and functions
  1258.       greater than 0Ch except 59h, and on process termination
  1259.     the handler should reawaken any tasks which were suspended due to an
  1260.       attempt to enter one of the critical sections 0 through 7
  1261. SeeAlso: AH=81h
  1262. --------N-2A84-------------------------------
  1263. INT 2A CU - NETWORK - KEYBOARD BUSY LOOP
  1264.     AH = 84h
  1265. Note:    similar to DOS's INT 28h, called from inside the DOS keyboard input
  1266.       loop (i.e. INT 21/AH=07h or INT 21/AH=08h) to allow the network
  1267.       software to process requests
  1268. SeeAlso: INT 28
  1269. --------N-2A86-------------------------------
  1270. INT 2A U - PC Network v1.00 - RECEIVER.COM - ???
  1271.     AH = 86h
  1272.     ???
  1273. Return: ???
  1274. SeeAlso: AH=07h,AH=C4h
  1275. --------P-2A8700-----------------------------
  1276. INT 2A CU - PRINT - BEGIN BACKGROUND PRINTING
  1277.     AX = 8700h
  1278.     CF clear
  1279. Return: CF clear if OK to print in background now
  1280.     CF set if background printing not allowed at this time
  1281. Desc:    used to inform interested programs that PRINT is about to start its
  1282.       background processing, and allow those programs to postpone the
  1283.       processing if necessary
  1284. Notes:    when PRINT gains control and wants to begin printing, it calls this
  1285.       function.  If CF is clear on return, PRINT begins its background
  1286.       processing, and calls AX=8701h when it is done.  If CF is set on
  1287.       return, PRINT will relinquish control immediately, and will not
  1288.       call AX=8701h
  1289.     PCVENUS (an early network shell by IBM and CMU) hooks this call to
  1290.       prevent background printing while its own code is active
  1291. SeeAlso: AH=80h,AH=81h,AX=8701h
  1292. --------P-2A8701-----------------------------
  1293. INT 2A CU - PRINT - END BACKGROUND PRINTING
  1294.     AX = 8701h
  1295. Desc:    used to inform interested programs that PRINT has completed its
  1296.       background processing
  1297. Note:    called by PRINT after it has performed some background printing; not
  1298.       called if AX=8700h returned with CF set.
  1299. SeeAlso: AX=8700h
  1300. --------N-2A89-------------------------------
  1301. INT 2A U - PC Network v1.00 - RECEIVER.COM - ???
  1302.     AH = 89h
  1303.     AL = ???  (ASSIGN uses 08h)
  1304.     ???
  1305. Return: ???
  1306. --------I-2A90-------------------------------
  1307. INT 2A U - IBM PC 3270 EMULATION PROGRAM - ???
  1308.     AH = 90h
  1309.     ???
  1310. Return: ???
  1311. Note:    the LANtastic redirector and SERVER.EXE use this function with AL=01h,
  1312.       03h-07h,0Ch-11h
  1313. --------N-2AC2-------------------------------
  1314. INT 2A U - Network - ???
  1315.     AH = C2h
  1316.     AL = subfunction
  1317.         07h ???
  1318.         08h ???
  1319.     BX = 0001h
  1320.     ???
  1321. Return: ???
  1322. Note:    this function is called by the DOS 3.30-6.00 APPEND
  1323. --------N-2AC4-------------------------------
  1324. INT 2A U - PC Network v1.00 - RECEIVER.COM - ???
  1325.     AH = C4h
  1326.     AL = subfunction
  1327.         07h ???
  1328.         08h ???
  1329.     BX = ???
  1330.     ???
  1331. Return: ???
  1332. SeeAlso: AH=86h
  1333. --------N-2AD800-----------------------------
  1334. INT 2A U - Novell NetWare Lite - SERVER - SET ???
  1335.     AX = D800h
  1336. Return: nothing
  1337. Desc:    sets ??? flag, and sets ??? to initial value
  1338. Note:    called by CLIENT
  1339. SeeAlso: AX=D801h,AX=D850h
  1340. --------N-2AD801-----------------------------
  1341. INT 2A U - Novell NetWare Lite - SERVER - RESET ???
  1342.     AX = D801h
  1343. Return: nothing
  1344. Desc:    clears the ??? flag set by AX=D800h
  1345. Note:    called by CLIENT
  1346. SeeAlso: AX=D800h,AX=D850h
  1347. --------N-2AD850-----------------------------
  1348. INT 2A U - Novell NetWare Lite - CLIENT - INCREMENT ???
  1349.     AX = D850h
  1350. Return: nothing
  1351. Desc:    increments an internal byte-sized counter
  1352. Note:    this function is intercepted by DV/X 1.10 PEERSERV.DVR and the
  1353.       Advanced NetWare 4.0 DOS Requester
  1354. SeeAlso: AX=D851h
  1355. --------N-2AD851-----------------------------
  1356. INT 2A U - Novell NetWare Lite - CLIENT - RESET ???
  1357.     AX = D851h
  1358. Return: nothing
  1359. Desc:    resets an internal byte-sized counter to zero
  1360. Note:    this function is intercepted by DV/X 1.10 PEERSERV.DVR and the
  1361.       Advanced NetWare 4.0 DOS Requester
  1362. SeeAlso: AX=D850h
  1363. --------N-2AD852-----------------------------
  1364. INT 2A U - Novell NetWare - DOS Requester v1.03 - ???
  1365.     AX = D852h
  1366. Return: ???
  1367. Note:    calls the NetWare Lite SERVER installation check, and sets ??? pointer
  1368. SeeAlso: AX=D853h,INT 2F/AX=D880h
  1369. --------N-2AD853-----------------------------
  1370. INT 2A U - Novell NetWare - DOS Requester v1.03 - ???
  1371.     AX = D853h
  1372. Return: ???
  1373. Note:    clears the pointer set by AX=D852h
  1374. SeeAlso: AX=D852h
  1375. --------N-2AE0-------------------------------
  1376. INT 2A U - PC Network 1.00 - ???
  1377.     AH = E0h
  1378.     AL = subfunction??? (01h,02h, maybe others)
  1379.     ???
  1380. Return: ???
  1381. Note:    called by PCNet 1.00 NET.COM, a shell program from which others are run
  1382. --------N-2AFF90-----------------------------
  1383. INT 2A - PC/TCP PREDIR.EXE - ???
  1384.     AX = FF90h
  1385. Return: AX = ???
  1386. Note:    PREDIR.EXE is the network printer redirector included as part of the
  1387.       PC/TCP system by FTP Software, Inc.
  1388. --------N-2AFF91-----------------------------
  1389. INT 2A - PC/TCP PREDIR.EXE - ???
  1390.     AX = FF91h
  1391.     BX = ???
  1392. Return: AX = status???
  1393. --------N-2AFF92-----------------------------
  1394. INT 2A - PC/TCP PREDIR.EXE - INSTALLATION CHECK
  1395.     AX = FF92h
  1396. Return: AX = 0000h if installed
  1397.        BX = redirected printer port (FFFFh if no printers redirected)
  1398.        CX = version (CH = major, CL = minor)
  1399. Note:    PREDIR.EXE is the network printer redirector included as part of the
  1400.       PC/TCP system by FTP Software, Inc.
  1401. --------N-2AFF93-----------------------------
  1402. INT 2A - PC/TCP PREDIR.EXE - ???
  1403.     AX = FF93h
  1404. Return: AX = ???
  1405. --------N-2AFF94-----------------------------
  1406. INT 2A - PC/TCP PREDIR.EXE - ???
  1407.     AX = FF94h
  1408.     BX = ???
  1409.     CX = ???
  1410.     DX = ???
  1411. Return: AX = ???
  1412. Note:    PREDIR.EXE is the network printer redirector included as part of the
  1413.       PC/TCP system by FTP Software, Inc.
  1414. --------N-2AFF95-----------------------------
  1415. INT 2A - PC/TCP PREDIR.EXE - GET CONFIGURATION STRINGS
  1416.     AX = FF95h
  1417.     CX = what to get
  1418.         0000h ??? (returned pointer to "C:\COMMAND.COM")
  1419.         0001h spooling program
  1420.         0002h ???
  1421.         0003h spool file name
  1422.         0004h swap file name
  1423. Return: AX = status
  1424.         0000h successful
  1425.     BX:DX -> ASCIZ configuration string
  1426. --------N-2AFF96-----------------------------
  1427. INT 2A - PC/TCP PREDIR.EXE - SET PRINT JOB TERMINATION CONFIGURATION
  1428.     AX = FF96h
  1429.     CX = what to set
  1430.         0000h ???
  1431.         0001h print-on-hotkey state
  1432.         0002h print-on-exit state
  1433.         0003h print job timeout in clock ticks
  1434.         0004h print-on-EOF state
  1435.     BX = new value (0000h disabled, 0001h enabled except for timeout)
  1436. Return: AX = ???
  1437. SeeAlso: AX=FF97h
  1438. Note:    PREDIR.EXE is the network printer redirector included as part of the
  1439.       PC/TCP system by FTP Software, Inc.
  1440. --------N-2AFF97-----------------------------
  1441. INT 2A - PC/TCP PREDIR.EXE - GET PRINT JOB TERMINATION CONFIGURATION
  1442.     AX = FF97h
  1443.     CX = what to get
  1444.         0000h ???
  1445.         0001h print-on-hotkey state
  1446.         0002h print-on-exit state
  1447.         0003h print job timeout in clock ticks
  1448.         0004h print-on-EOF state
  1449. Return: AX = status
  1450.         0000h successful
  1451.     BX = old value (0000h disabled, 0001 enabled except for timeout)
  1452. SeeAlso: AX=FF96h
  1453. --------D-2B---------------------------------
  1454. INT 2B - DOS 2+ - RESERVED
  1455. Note:    this vector is not used in MS-DOS versions <= 6.22, and points at an
  1456.       IRET instruction
  1457. --------D-2B---------------------------------
  1458. INT 2B - IBM ROM-DOS v4.0 - ???
  1459.     AH = function
  1460.         00h ??? (modifies data in IBMBIO.COM)
  1461.         01h internal operations
  1462.         02h ???
  1463.         AL = index (00h-0Ch)
  1464.         Return: AX = ??? or CMOS 2Dh/2Eh)
  1465.         03h get ??? data
  1466.         Return: AX = (CMOS 2Dh/2Eh)
  1467.             BX = FFFFh
  1468.         other does nothing
  1469. Note:    function 03h is called by ROMSHELL.COM; if BX != 0, then the ES:DI from
  1470.       INT 2F/AX=1982h points at valid data
  1471. SeeAlso: INT 2F/AX=1982h
  1472. --------D-2C---------------------------------
  1473. INT 2C - DOS 2+ - RESERVED
  1474. Note:    this vector is not used in DOS versions <= 6.00, and points at an IRET
  1475. --------O-2C---------------------------------
  1476. INT 2C - STARLITE architecture - KERNEL API
  1477. Note:    STARLITE is an architecture by General Software for a series of MS-DOS
  1478.       compatible operating systems (OEM DOS, NETWORK DOS, and SMP DOS) to
  1479.       be released in 1991.    The interrupt number is subject to change
  1480.       before the actual release.
  1481. --------m-2C---------------------------------
  1482. INT 2C R - Cloaking - CALL PROTECTED-MODE PASSALONG CHAIN
  1483. Notes:    when this interrupt is invoked in V86 mode, RM386 will invoke the first
  1484.       in a chain of protected-mode handlers, and will only pass execution
  1485.       to the V86-mode INT 2C handler if none of the handlers in the
  1486.       passalong chain handle the call instead.  This is the method by which
  1487.       the real-mode stub of a cloaked application communicates with the
  1488.       protected-mode portion.
  1489.     the cloaking host calls the passalong chain with EAX=58494E33h ('WIN3')
  1490.       when MS Windows starts up and with EAX=334E4958h ('3NIW') when
  1491.       Windows shuts down; between these two broadcasts, the additional
  1492.       Windows-only Cloaking services are available
  1493.     this function was first introduced with RM386 (RAM-MAN/386) v6.00, the
  1494.       memory manager included in Helix Software's Netroom
  1495. SeeAlso: INT 2C/AX=0009h,INT 2F/AX=4310h"Cloaking"
  1496. --------m-2C0000-----------------------------
  1497. INT 2C P - Cloaking - ALLOCATE GDT SELECTOR
  1498.     AX = 0000h
  1499.     EBX = base address
  1500.     CL = access mode byte
  1501.     CH = extended access mode byte (omit limit field)
  1502.     EDX = segment limit
  1503. Return: CF clear if successful
  1504.         AX = selector
  1505.     CF set on error
  1506.         AX = error code (see #1843)
  1507. Notes:    this INT 2C interface is used by Netroom's DPMI.EXE v3.00
  1508.     to access extended memory, set the base address to the desired
  1509.       physical address plus 400000h (4M)
  1510.     this function was first introduced with RM386 (RAM-MAN/386) v6.00, the
  1511.       memory manager included in Helix Software's Netroom
  1512. SeeAlso: AX=0001h,AX=0002h,AX=0003h,AX=0004h,AX=0005h,INT 31/AH=57h,#0401
  1513.  
  1514. (Table 1843)
  1515. Values for Cloaking error code:
  1516.  0001h    no more selectors
  1517.  0002h    not a GDT ring 0 selector
  1518.  0003h    invalid selector (out of range, not user selector)
  1519.  0004h    selector not allocated
  1520. --------m-2C0001-----------------------------
  1521. INT 2C P - Cloaking - FREE GDT SELECTOR
  1522.     AX = 0001h
  1523.     SI = selector
  1524. Return: CF clear if successful
  1525.     CF set on error
  1526.         AX = error code (see #1843)
  1527. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1528. SeeAlso: AX=0000h,INT 2F/AX=4310h"Cloaking"
  1529. --------m-2C0002-----------------------------
  1530. INT 2C P - Cloaking - SET SEGMENT BASE ADDRESS
  1531.     AX = 0002h
  1532.     SI = selector
  1533.     EBX = new physical base addres
  1534. Return: CF clear if successful
  1535.     CF set on error
  1536.         AX = error code (see #1843)
  1537. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1538. SeeAlso: AX=0000h,AX=0003h,AX=0004h,INT 31/AX=0007h,#0401
  1539. --------m-2C0003-----------------------------
  1540. INT 2C P - Cloaking - SET SEGMENT LIMIT
  1541.     AX = 0003h
  1542.     SI = selector
  1543.     EBX = new limit
  1544. Return: CF clear if successful
  1545.     CF set on error
  1546.         AX = error code (see #1843)
  1547. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1548. SeeAlso: AX=0000h,AX=0002h,AX=0004h,INT 31/AX=0008h
  1549. --------m-2C0004-----------------------------
  1550. INT 2C P - Cloaking - SET SEGMENT ACCESS MODE
  1551.     AX = 0004h
  1552.     SI = selector
  1553.     CL = new access mode byte (see #0402)
  1554. Return: CF clear if successful
  1555.     CF set on error
  1556.         AX = error code (see #1843)
  1557. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1558. SeeAlso: AX=0000h,AX=0002h,AX=0003h,AX=0005h,INT 31/AX=0009h
  1559. --------m-2C0005-----------------------------
  1560. INT 2C P - Cloaking - SET SEGMENT EXTENDED ACCESS MODE
  1561.     AX = 0005h
  1562.     SI = selector
  1563.     CL = new extended access mode byte (limit field ignored) (see #1844)
  1564. Return: CF clear if successful
  1565.     CF set on error
  1566.         AX = error code (see #1843)
  1567. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1568. SeeAlso: AX=0000h,AX=0002h,AX=0003h,AX=0004h,INT 31/AX=0009h
  1569.  
  1570. Bitfields for extended access mode byte:
  1571. Bit(s)    Description    (Table 1844)
  1572.  7    4K granularity instead of byte granularity
  1573.  6    32-bit code segment
  1574.  5    reserved (0)
  1575.  4    segment available to system
  1576. SeeAlso: #0403
  1577. --------m-2C0006-----------------------------
  1578. INT 2C P - Cloaking - GET PROTECTED-MODE INTERRUPT VECTOR
  1579.     AX = 0006h
  1580.     CL = vector (00h-7Fh)
  1581. Return: CF clear
  1582.     DX:EBX -> current interrupt handler
  1583. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1584. SeeAlso: AX=0007h,INT 31/AX=0204h
  1585. --------m-2C0007-----------------------------
  1586. INT 2C P - Cloaking - SET PROTECTED-MODE INTERRUPT VECTOR
  1587.     AX = 0007h
  1588.     CL = vector (00h-7Fh)
  1589.     DX:EBX -> interrupt handler
  1590. Return: CF clear
  1591. Notes:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1592.     the IDT entry's type remains unchanged
  1593. SeeAlso: AX=0006h,INT 31/AX=0205h
  1594. --------m-2C0008-----------------------------
  1595. INT 2C P - Cloaking - GET PASSALONG ADDRESS
  1596.     AX = 0008h
  1597. Return: CF clear
  1598.     DX:EBX = current passalong address
  1599. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1600. SeeAlso: AX=0009h,AX=002Ch,INT 2F/AX=4310h"Cloaking"
  1601. --------m-2C0009-----------------------------
  1602. INT 2C P - Cloaking - SET PASSALONG ADDRESS
  1603.     AX = 0009h
  1604.     DX:EBX = new value for passalong address (see #1845)
  1605. Return: CF clear
  1606. Notes:    when an INT 2C instruction is executed in V86 mode, the Cloaking host
  1607.       calls the passalong address.    The handler should check whether the
  1608.       upcall is of interest to it, and if not it should jump to the old
  1609.       passalong address (retrieved with AX=0008h before the handler was
  1610.       installed).  The final handler should return with CF clear to cause
  1611.       the interrupt to be reflected back to V86 mode if none of the
  1612.       passalong handlers is triggered
  1613.     this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1614. SeeAlso: AX=0008h,AX=002Dh,INT 2C"CLOAKING"
  1615.  
  1616. (Table 1845)
  1617. Values Cloaking passalong address is called with:
  1618.     EAX = CS:IP of byte following INT 2C instruction invoking passalong
  1619.     SS:EBX -> caller registers (see #1846)
  1620.     CF clear
  1621.     others undefined
  1622. Return: CF clear: pass along to V86-mode INT 2C handler
  1623.     CF set: return immediately to V86 mode
  1624.  
  1625. Format of Cloaking caller registers:
  1626. Offset    Size    Description    (Table 1846)
  1627.  00h    DWORD    EDI
  1628.  04h    DWORD    ESI
  1629.  08h    DWORD    EBP
  1630.  0Ch    DWORD    reserved (ESP from PUSHAD instruction)
  1631.  10h    DWORD    EBX
  1632.  14h    DWORD    EDX
  1633.  18h    DWORD    ECX
  1634.  1Ch    DWORD    EAX
  1635.  20h    DWORD    error code
  1636.  24h    DWORD    EIP
  1637.  28h    WORD    CS
  1638.  2Ah    WORD    padding
  1639.  2Ch    DWORD    EFLAGS
  1640.  30h    DWORD    ESP
  1641.  34h    WORD    SS
  1642.  36h    WORD    padding
  1643. --remainder not available if protected-mode ring3 trap---
  1644.  38h    WORD    ES
  1645.  3Ah    WORD    padding
  1646.  3Ch    WORD    DS
  1647.  3Eh    WORD    padding
  1648.  40h    WORD    FS
  1649.  42h    WORD    padding
  1650.  44h    WORD    GS
  1651.  46h    WORD    padding
  1652. --------m-2C000A-----------------------------
  1653. INT 2C P - Cloaking - GET BASE ADDRESS OF GDT SELECTOR
  1654.     AX = 000Ah
  1655.     SI = selector
  1656. Return: CF clear if successful
  1657.         EBX = segment base address
  1658.     CF set on error
  1659.         AX = error code (see #1843)
  1660. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00, the
  1661.       memory manager included in Helix Software's Netroom
  1662. SeeAlso: AX=0000h,AX=0002h,AX=000Bh
  1663. --------m-2C000B-----------------------------
  1664. INT 2C P - Cloaking - GET SELECTOR LIMIT
  1665.     AX = 000Bh
  1666.     SI = selector
  1667. Return: CF clear if successful
  1668.         EBX = segment base address
  1669.     CF set on error
  1670.         AX = error code (see #1843)
  1671. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1672. SeeAlso: AX=000Ah,INT 2F/AX=4310h"Cloaking"
  1673. --------m-2C---------------------------------
  1674. INT 2C P - RM386 v6.00 - CLOAKING - RESERVED FOR CLOAKED BIOS USE UNDER WINDOWS
  1675.     AX = function (000Ch-001Fh)
  1676. --------m-2C000F-----------------------------
  1677. INT 2C P - Cloaking v1.01 - "Simulate_Shell_Event"
  1678.     AX = 000Fh
  1679.     ECX = event code (see #1847)
  1680.     DX = subfunction for event
  1681.     EDX high word = boost value (see #1848)
  1682.     SI:EDI -> completion procedure
  1683. Return: CF clear if successful (event scheduled)
  1684.     CF set on error
  1685. Note:    this function is only available while MS Windows is running
  1686. SeeAlso: AX=0011h,AX=0012h,INT 2F/AX=1605h,INT 2F/AX=4310h"Cloaking"
  1687.  
  1688. (Table 1847)
  1689. Values for Cloaking shell event code:
  1690.  0414h    Hot key event
  1691.     subevent 0000h: Alt-Space
  1692.     subevent 0001h: Alt-Enter
  1693.     subevent 0002h: Dir-VM
  1694.  0415h    Switch context
  1695.     subevent 0000h for DOS VM context, nonzero for System VM context
  1696.  0416h    Clipboard event
  1697.  0417h    Termination event
  1698.     subevent 0000h for normal termination, nonzero for error
  1699.  0418h    Display message
  1700.     subevent 0000h for normal message, nonzero for system model ASAP
  1701.  0419h    Crash
  1702.  041Ah    Paste complete
  1703.     subevent 0000h: normal
  1704.     subevent 0001h: cancelled by user
  1705.     subevent 0002h: cancelled
  1706.  041Bh    Contention event
  1707.  041Ch    Screen switch
  1708.     subevent 0000h: forward
  1709.     subevent 0001h: back
  1710.  041Dh    Filesystem change
  1711.  041Eh    Check Focus
  1712.  041Fh    Panic
  1713.  
  1714. Bitfields for boost value:
  1715. Bit(s)    Description    (Table 1848)
  1716.  0    boost system VM until focus changes
  1717.  1    boost system VM on Switcher screen
  1718.  2    boost system VM until response
  1719.  3    boost system VM during clipboard activity
  1720.  4    boost system VM during print screen
  1721.  5    boost system VM during update
  1722. --------m-2C0011-----------------------------
  1723. INT 2C P - Cloaking v1.01 - "Switch_VMs_and_Call_back"
  1724.     AX = 0011h
  1725.     EBX = handle of VM to be made active
  1726.     SI:EDI -> 32-bit FAR completion procedure
  1727. Return: CF clear if successful (scheduled)
  1728.     CF set on error
  1729. Notes:    this function is only available while MS Windows is running
  1730.     the completion procedure is called with CF clear if the specified
  1731.       VM has been made active, or with CF set on error
  1732. SeeAlso: AX=000Fh,AX=0012h
  1733. --------m-2C0012-----------------------------
  1734. INT 2C P - Cloaking v1.01 - "Query_Current_VM"
  1735.     AX = 0012h
  1736. Return: CF clear
  1737.     EBX = handle of active VM
  1738.     ESI = handle of system VM
  1739.     ECX = VM status flags (see #1849)
  1740.     EDX = shell flags (see #1850)
  1741. Note:    this function is only available while MS Windows is running in enhanced
  1742.       mode
  1743. SeeAlso: AX=000Fh,AX=0011h,AX=0013h
  1744.  
  1745. Bitfields for VM status flags:
  1746. Bit(s)    Description    (Table 1849)
  1747.  0    in exclusive mode
  1748.  1    runs in background
  1749.  2    being created
  1750.  3    suspended
  1751.  4    not executable
  1752.  5    executing in protected mode
  1753.  6    contains PM application
  1754.  7    32-bit PM application
  1755.  8    called from VxD
  1756.  9    high priority background
  1757.  10    blocked on semaphore
  1758.  11    awakening
  1759.  12    has pageable V86
  1760.  13    has locked V86
  1761.  14    is scheduled
  1762.  15    idle
  1763.  16    closing
  1764.  
  1765. Bitfields for shell flags:
  1766. Bit(s)    Description    (Table 1850)
  1767.  2    windowed
  1768.  5    Alt-Tab reserved
  1769.  6    Alt-Esc reserved
  1770.  7    Alt-Space reserved
  1771.  8    Alt-PrtSc reserved
  1772.  9    Alt-Enter reserved
  1773.  10    Alt-PrtSc reserved
  1774.  11    PrtSc reserved
  1775.  12    polling enabled
  1776.  13    no HMA
  1777.  14    has shortcut key
  1778.  15    locked EMS handles
  1779.  16    locked XMS handles
  1780.  17    fast paste enabled
  1781.  18    locked V86 memory
  1782.  30    close-on-exit enabled
  1783. --------m-2C0013-----------------------------
  1784. INT 2C P - Cloaking v1.01 - "Issue_System_Modal_Message"
  1785.     AX = 0013h
  1786.     EDX = message box flags (see #1851)
  1787.     DS:ECX -> ASCIZ message text
  1788.     DS:EDI -> ASCIZ caption
  1789. Return: CF clear
  1790.     EAX = response code
  1791. Note:    this function is only available while MS Windows is running in enhanced
  1792.       mode
  1793. SeeAlso: AX=000Fh,AX=0012h
  1794.  
  1795. Bitfields for message box flags:
  1796. Bit(s)    Description    (Table 1851)
  1797.  3-0    response codes (see #1852)
  1798.  7-4    icon codes
  1799.     1 = Warning hand
  1800.     2 = exclamation mark
  1801.     4 = asterisk
  1802.  9-8    default response (0 = first button, 1 = second, 2 = third)
  1803.  12    message is system model
  1804.  15    don't change focus
  1805.  29    hang with interrupts enabled
  1806.  30    do not window
  1807.  31    execute ASAP
  1808.  
  1809. (Table 1852)
  1810. Values for response codes:
  1811.  00h    OK
  1812.  01h    OK, Cancel
  1813.  02h    Abort, Retry, Ignore
  1814.  03h    Yes, No, Cancel
  1815.  04h    Yes, No
  1816.  05h    Retry, Cancel
  1817. --------m-2C001D-----------------------------
  1818. INT 2C P - Cloaking v1.01 - GET INT 2C API HANDLER ENTRY POINT
  1819.     AX = 001Dh
  1820. Return: CF clear
  1821.     DX:EBX = selector:offset of Cloaking host INT 2C handler
  1822. Desc:    get the Cloaking host's entry point to bypass any other programs
  1823.       which may have hooked INT 2C in protected mode
  1824. Note:    the returned entry point must be called with a simulated INT, i.e.
  1825.       a PUSHD must precede the far call to the handler
  1826. SeeAlso: INT 2F/AX=4310h"Cloaking"
  1827. --------m-2C001E-----------------------------
  1828. INT 2C P - Cloaking v1.01 - CLEAR CRITICAL SECTION
  1829.     AX = 001Eh
  1830. Return: CF clear
  1831. Desc:    allow MS Windows to switch to another VM after having prevented it
  1832.       by invoking a critical section
  1833. SeeAlso: AX=001Fh,INT 15/AX=101Ch,INT 2F/AX=1682h
  1834. --------m-2C001F-----------------------------
  1835. INT 2C P - Cloaking v1.01 - SET CRITICAL SECTION
  1836.     AX = 001Fh
  1837. Return: CF clear
  1838. Desc:    prevent MS Windows from switching to another VM
  1839. SeeAlso: AX=001Eh,INT 15/AX=101Bh,INT 2F/AX=1681h
  1840. --------m-2C0020-----------------------------
  1841. INT 2C P - Cloaking - GET SIZE OF PROTECTED-MODE STATE
  1842.     AX = 0020h
  1843. Return: EAX = number of bytes required for storing state
  1844. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1845. SeeAlso: AX=0021h,AX=0022h
  1846. --------m-2C0021-----------------------------
  1847. INT 2C P - Cloaking - SAVE PROTECTED-MODE STATE
  1848.     AX = 0021h
  1849.     ES:EDI -> buffer for protected-mode state
  1850. Return: CF clear
  1851.     buffer filled
  1852. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1853. SeeAlso: AX=0020h,AX=0022h
  1854. --------m-2C0022-----------------------------
  1855. INT 2C P - Cloaking - RESTORE PROTECTED-MODE STATE
  1856.     AX = 0022h
  1857.     DS:ESI -> buffer containing previously-saved protected-mode state
  1858. Return: CF clear if successful
  1859.         state restored
  1860.     CF set on error (invalid buffer contents)
  1861. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1862. SeeAlso: AX=0020h,AX=0021h
  1863. --------m-2C0023-----------------------------
  1864. INT 2C P - Cloaking - ISSUE PROTECTED-MODE XMS CALL
  1865.     AX = 0023h
  1866. Notes:    not currently implemented--NOP in RM386 v6.00
  1867.     this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1868. --------m-2C0024-----------------------------
  1869. INT 2C P - Cloaking - SET V86-MODE STACK
  1870.     AX = 0024h
  1871.     DX:EBX = new value for V86-mode SS:ESP
  1872. Return: nothing
  1873. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1874. --------m-2C0025-----------------------------
  1875. INT 2C P - Cloaking - CALL V86-MODE PROCEDURE
  1876.     AX = 0025h
  1877.     DS:EBX -> client register structure (see #1846)
  1878. Return: CF clear if successful
  1879.         client register structure updated
  1880.     CF set if no more nested procedure call space available
  1881. Notes:    this call uses the V86-mode stack supplied in the client structure, and
  1882.       calls the routine specified by CS:IP in the client structure
  1883.     this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1884. SeeAlso: AX=0026h,AX=0027h,INT 31/AX=0301h
  1885. --------m-2C0026-----------------------------
  1886. INT 2C P - Cloaking - CALL V86-MODE INTERRUPT HANDLER
  1887.     AX = 0026h
  1888.     DS:EBX -> client register structure (see #1846)
  1889.     CX = interrupt number
  1890. Return: CF clear if successful
  1891.         client register structure updated
  1892.     CF set if no more nested procedure call space available
  1893. Notes:    this call uses the V86-mode stack supplied in the client structure
  1894.     this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1895. SeeAlso: AX=0025h,AX=0027h,INT 31/AX=0300h
  1896. --------m-2C0027-----------------------------
  1897. INT 2C P - Cloaking - CHAIN TO V86-MODE INTERRUPT HANDLER
  1898.     AX = 0027h
  1899.     DS:EBX -> client register structure (see #1846)
  1900. Return: CF clear if successful
  1901.         client register structure updated
  1902.     CF set if no more nested procedure call space available
  1903. Notes:    this call uses the V86-mode stack supplied in the client structure,
  1904.       and jumps to the address specified by CS:IP in the client structure
  1905.     this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1906. SeeAlso: AX=0025h,AX=0026h
  1907. --------m-2C0028-----------------------------
  1908. INT 2C P - Cloaking - GET ESP0 FROM TSS
  1909.     AX = 0028h
  1910. Return: CF clear
  1911.     EAX = TSS's ESP0
  1912. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00, the
  1913.       memory manager included in Helix Software's Netroom
  1914. --------m-2C0029-----------------------------
  1915. INT 2C P - Cloaking - SET SECONDARY STACK
  1916.     AX = 0029h
  1917.     DX:EBX = new value for SS:ESP of ring 3 secondary stack
  1918. Return: CF clear
  1919. Desc:    inform RM386 of the ring 3 interrupt stack location
  1920. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1921. --------m-2C002A-----------------------------
  1922. INT 2C P - Cloaking - SET 8259 IRQ BASE VECTORS
  1923.     AX = 002Ah
  1924.     BL = base vector of master interrupt controller
  1925.     CL = base vector of slave interrupt controller
  1926. Notes:    this call merely informs RM386 that the caller has changed the
  1927.       interrupt mappings
  1928.     this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1929. SeeAlso: INT 67/AX=DE0Bh
  1930. --------m-2C002BCH81-------------------------
  1931. INT 2C P - Cloaking - PROTECTED-MODE VIRTUAL DMA SERVICES
  1932.     AX = 002Bh
  1933.     CH = 81h
  1934.     CL = subfunction (02h-0Ch)
  1935.     other registers as appropriate for subfunction
  1936. Return: varies by function
  1937.     CF set on error
  1938. Notes:    these functions are equivalent to the INT 4B/AX=81xxh subfunctions
  1939.       with the same numbers
  1940.     this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1941. SeeAlso: INT 4B/AX=8102h,INT 4B/AX=810Ch
  1942. --------m-2C002C-----------------------------
  1943. INT 2C P - Cloaking - GET PORT-TRAPPING PASSALONG
  1944.     AX = 002Ch
  1945. Return: CF clear
  1946.     DX:EBX = current I/O trapping passalong address
  1947. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1948. SeeAlso: AX=0008h,AX=002Dh
  1949. --------m-2C002D-----------------------------
  1950. INT 2C P - Cloaking - SET PORT-TRAPPING PASSALONG
  1951.     AX = 002Dh
  1952.     DX:EBX = new I/O trapping passalong address (see #1853)
  1953. Return: CF clear
  1954. Notes:    RM386 calls the passalong address whenever an access to a monitored
  1955.       I/O port is attempted; the handler should check whether it is a port
  1956.       that it is interested in, and if not call the previous passalong
  1957.       address (which was retrieved with AX=002Ch before installing the
  1958.       new handler)
  1959.     this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1960. SeeAlso: AX=0009h,AX=002Ch,INT 67/AX=5DEAh
  1961.  
  1962. (Table 1853)
  1963. Values Cloaking port-trapping passalong address is called with:
  1964.     EAX = CS:IP of faulting instruction (unless executing in protected-mode
  1965.         ring 3)
  1966.     SS:EBX -> caller register structure (see #1846)
  1967.         check EFLAGS V86-mode bit for type
  1968.     CX = first two bytes of I/O instruction which was trapped
  1969.     DX = port to which I/O is being performed
  1970.     CF clear
  1971. Return: CF clear if RM386 should perform I/O operation
  1972.     CF set if I/O should be skipped
  1973. Note:    RM386 skips the trapped I/O instruction, so the passalong handler
  1974.       should not modify the client CS:EIP
  1975. --------m-2C002E-----------------------------
  1976. INT 2C P - Cloaking - TRAP I/O PORT
  1977.     AX = 002Eh
  1978.     DX = port number to trap
  1979. Return: CF clear if successful
  1980.     CF set on error (port out of range or reserved)
  1981. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1982. SeeAlso: AX=002Fh,AX=0030h
  1983. --------m-2C002F-----------------------------
  1984. INT 2C PU - Cloaking - UNTRAP I/O PORT
  1985.     AX = 002Fh
  1986.     DX = port number for which to cancel trapping
  1987. Return: CF clear if successful
  1988.     CF set on error (port out of range or reserved)
  1989. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1990. SeeAlso: AX=002Eh,AX=0030h
  1991. --------m-2C0030-----------------------------
  1992. INT 2C PU - Cloaking - GET TRAPPING STATE OF SPECIFIED PORT
  1993.     AX = 0030h
  1994.     DX = port number
  1995. Return: CF clear if successful
  1996.        BX = current state (0000h not trapped, 0001h trapped)
  1997.     CF set on error (port out of range or reserved)
  1998. Note:    this function was first introduced with RM386 (RAM-MAN/386) v6.00
  1999. SeeAlso: AX=002Eh,AX=002Fh
  2000. --------m-2C0031-----------------------------
  2001. INT 2C PU - RM386 v6.00 - BUG
  2002.     AX = 0031h
  2003. Program: RM386 (RAM-MAN/386) is the memory manager included in Helix Software's
  2004.       Netroom
  2005. Note:    due to a fencepost error, RM386 v6.00 will branch unpredictably if
  2006.       invoked with this function
  2007. --------m-2C0031-----------------------------
  2008. INT 2C P - Cloaking v1.01 - ALLOCATE V86 CALLBACK
  2009.     AX = 0031h
  2010.     DX:EBX = CS:EIP of protected-mode routine to be invoked by callback
  2011. Return: CF clear if successful
  2012.         EBX = CS:IP of V86-mode callback handler
  2013.     CF set on error
  2014. SeeAlso: AX=0032h
  2015. --------m-2C0032-----------------------------
  2016. INT 2C P - Cloaking v1.01 - FREE V86 CALLBACK
  2017.     AX = 0032h
  2018.     EBX = CS:IP of V86-mode callback handler
  2019. Return: CF clear if successful
  2020.     CF set on error
  2021.         AX = error code
  2022.         0005h invalid callback address
  2023.         0006h callback already free
  2024. SeeAlso: AX=0032h
  2025. --------m-2C0033-----------------------------
  2026. INT 2C P - Cloaking v1.01 - REGISTER CLOAKING CLIENT
  2027.     AX = 0033h
  2028.     DS:EDX -> client registration structure (see #1854)
  2029. Return: CF clear if successful
  2030.     CF set on error (linked list corrupt)
  2031. SeeAlso: AX=0034h,#2007 at INT 2F/AX=4310h"Cloaking"
  2032.  
  2033. Format of client registration structure:
  2034. Offset    Size    Description    (Table 1854)
  2035.  00h    PWORD    link to next structure
  2036.  06h    PWORD    link to previous structure
  2037.  0Ch  2 BYTEs    client version (major, minor)
  2038.  0Eh 20 BYTEs    client name
  2039.  22h    DWORD    physical address of client start
  2040.  26h    DWORD    client's total size in bytes
  2041. Note:    the link area should not be modified once the structure has been
  2042.       used for the registration call
  2043. --------m-2C0034-----------------------------
  2044. INT 2C P - Cloaking v1.01 - UNREGISTER CLOAKING CLIENT
  2045.     AX = 0034h
  2046.     DS:EDX -> client registration structure (see #1854)
  2047. Return: CF clear if successful
  2048.     CF set on error (linked list corrupt)
  2049. Note:    the client must unregister before freeing the XMS block containing
  2050.       its registration structure(s)
  2051. SeeAlso: AX=0033h,#2007 at INT 2F/AX=4310h"Cloaking"
  2052. --------D-2D---------------------------------
  2053. INT 2D - DOS 2+ - RESERVED
  2054. Note:    this vector is not used in DOS versions <= 6.00, and points at an IRET
  2055. BUG:    RM386 v6.00-6.02 (as distributed with Helix's Netroom v3.x) contains
  2056.       a stack bug in its protected-mode INT 2D handler which causes a crash
  2057.       when INT 2D is invoked from V86 mode
  2058. --------t-2D---------------------------------
  2059. INT 2D - ALTERNATE MULTIPLEX INTERRUPT SPECIFICATION (AMIS) [v3.6]
  2060.     AH = multiplex number
  2061.     AL = function
  2062.         00h installation check
  2063.         01h get private entry point
  2064.         02h uninstall
  2065.         03h request popup
  2066.         04h determine chained interrupts
  2067.         05h get hotkey list
  2068.         06h get device-driver information
  2069.         07h-0Fh reserved for future enhancements
  2070.         Return: AL = 00h (not implemented)
  2071.         other  application-dependent
  2072.     other registers vary by function (see individual entries below)
  2073. Return: varies by function
  2074. Notes:    programs should not use fixed multiplex numbers; rather, a program
  2075.       should scan all multiplex numbers from 00h to FFh, remembering the
  2076.       first unused multiplex in case the program is not yet installed.
  2077.       For multiplex numbers which are in use, the program should compare
  2078.       the first 16 bytes of the signature string to determine whether it
  2079.       is already installed on that multiplex number.  If not previously
  2080.       installed, it should use the first free multiplex number.
  2081.     functions other than 00h are not valid unless a program is installed
  2082.       on the selected multiplex number
  2083.     to be considered fully compliant with version 3.6 of the specification,
  2084.       programs must implement at least functions 00h, 02h (no resident
  2085.       uninstall code required), and 04h (return value 04h).     TSRs that
  2086.       provide hotkeys with which the user can activate them must also
  2087.       implement function 05h.  TSRs which provide DOS device drivers must
  2088.       also implement function 06h.    The absolute minimum fully-compliant
  2089.       implementation has an overhead of 64 bytes (80 bytes with function
  2090.       05h) plus 22 bytes per hooked interrupt (for the interrupt sharing
  2091.       protocol header and hook list entry).
  2092.     the signature string and description may be used by memory mappers
  2093.       to display the installed programs
  2094.     to be considered fully compliant, users of this proposal must adhere
  2095.       to the IBM interrupt sharing protocol (see #1855), which will permit
  2096.       removal of TSRs in arbitrary order and interrupt handler reordering.
  2097.       All TSRs following this proposal should be removable unless they are
  2098.       loaded from CONFIG.SYS, though they need not keep the code for
  2099.       removing themselves resident; it is acceptable for a separate
  2100.       program to perform the interrupt unhooking and memory-freeing
  2101.       steps of removal.
  2102.     A sample public-domain implementation including example TSRs and
  2103.       utility programs may be found in a separate package distributed as
  2104.       AMISLnnn.ZIP (AMISL092.ZIP as of this writing).
  2105.     Please let me know if you choose to follow this proposal.  The
  2106.       signature and a list of the private API calls you use would be
  2107.       appreciated, as well.
  2108. SeeAlso: INT 2D/AL=00h,INT 2D/AL=01h,INT 2D/AL=02h,INT 2D/AL=03h,INT 2D/AL=04h
  2109. SeeAlso: INT 2D/AL=05h,INT 2D/AL=06h,INT 2F
  2110.  
  2111. Format of interrupt sharing protocol interrupt handler entry point:
  2112. Offset    Size    Description    (Table 1855)
  2113.  00h  2 BYTEs    short jump to actual start of interrupt handler, immediately
  2114.           following this data block (EBh 10h)
  2115.  02h    DWORD    address of next handler in chain
  2116.  06h    WORD    signature 424Bh
  2117.  08h    BYTE    EOI flag
  2118.         00h software interrupt or secondary hardware interrupt handler
  2119.         80h primary hardware interrupt handler (will issue EOI)
  2120.  09h  2 BYTEs    short jump to hardware reset routine
  2121.         must point at a valid FAR procedure (may be just RETF)
  2122.  0Bh  7 BYTEs    reserved (0) by IBM for future expansion
  2123. Note:    when chaining to the prior handler, the interrupt handler must perform
  2124.       an indirect jump/call using the address at offset 02h in the
  2125.       ISP header.  This permits another AMIS TSR to hook itself into
  2126.       the chain at a position other than as the first handler to receive
  2127.       an interrupt.
  2128. SeeAlso: INT F1"Common ISDN API",#3203
  2129. --------t-2D--00-----------------------------
  2130. INT 2D - AMIS v3.0+ - INSTALLATION CHECK
  2131.     AL = 00h
  2132.     AH = multiplex number for program
  2133. Return: AL = 00h if free
  2134.     AL = FFh if multiplex number in use
  2135.         CX = binary version number (CH = major, CL = minor)
  2136.         DX:DI -> signature string (see #1856) identifying the program
  2137.           using the multiplex number
  2138. SeeAlso: INT 2D/AL=01h,INT 2D/AL=02h,INT 2D/AL=03h,INT 2D/AL=04h,INT 2D/AL=05h
  2139. SeeAlso: INT 2D/AL=06h
  2140. Index:    installation check;Alternate Multiplex Interrupt Specification
  2141. Index:    installation check;AMIS|installation check;FASTMOUS
  2142. Index:    installation check;SPELLER|installation check;Monitor
  2143. Index:    installation check;NOLPT|installation check;NOTE
  2144. Index:    installation check;RBkeyswp|installation check;SWITCHAR
  2145. Index:    installation check;VGABLANK|installation check;EATMEM
  2146. Index:    installation check;RECALL|installation check;XPTR2
  2147.  
  2148. Format of AMIS signature string:
  2149. Offset    Size    Description    (Table 1856)
  2150.  00h  8 BYTEs    blank-padded manufacturer's name (possibly abbreviated)
  2151.  08h  8 BYTEs    blank-padded product name
  2152.  10h 64 BYTEs    ASCIZ product description (optional, may be a single 00h)
  2153. Note:    it is not necessary to reserve a full 64 bytes for the description,
  2154.       just enough to store the actual ASCIZ string
  2155. SeeAlso: #1857
  2156.  
  2157. (Table 1857)
  2158. Values for AMIS signatures known to be in use:
  2159.  'Byrial J' 'EKLAVO  '    permits keyboard entry of Esperanto accented letters
  2160.  'CoveSoft' 'Burnout+'    shareware screen saver Burnout Plus
  2161.  'Crynwr  ' 'SPELLER '    TSR spelling-checker
  2162.  'CPH1995 ' 'CDTSR   '    resident CD-Audio player
  2163.  'CPH1996 ' 'DSAPI   '
  2164.  'CSJewell' 'Modula3L'    Curtis Jewell's Modula-3 compiler (non-TSR)
  2165.  'DAISYCHA' 'INDRIVER'    Advanced Parallel Port daisy chain driver (vendor name
  2166.               in product description field, if desired)
  2167.             (see also INT 2D/AL=DCh)
  2168.  'DTown SD' 'DTU     '    DTown Software Development's DTown Utilities
  2169.             (see also INT 2D/AL=20h)
  2170.  'ECLIPSE ' 'PLUMP   '    Eclipse Software's printer and plotter spooler
  2171.  'GraySoft' 'GIPC    '    GraySoft's Inter-Process Communications driver
  2172.  'heathh  ' 'Monitor '
  2173.  'Helge O '        TSRs by Helge Olav Helgesen
  2174.  'J. Berry' 'RATSR   '    RemoteAccess Network Manager workstation module
  2175.  'JWB      ' 'RAMLIGHT'    James Birdsall's on-screen RAMdisk activity indicator
  2176.  'M Better' 'iHPFS   '    Marcus Better's HPFS filesystem driver for DOS
  2177.  'M. Paul ' 'FREEVER '  DOS version-faking TSR by Matthias Paul
  2178.  'Nildram ' 'ST         '    Screen Thief graphics screen grabber
  2179.  'Pino Nav' 'ALTMENU '    activate any program's menu bar by pressing Alt key
  2180.  'Pino Nav' 'Keybit  '    Pino Navato's KEYBIT Lite Italian keyboard driver v4+
  2181.  'PowrQuot' 'CAPRILOG'
  2182.  'PowrQuot' 'CAPRITSR'
  2183.  'PowrQuot' 'CAPRIWIN'
  2184.  'R-Ware  ' 'dLite   '    run-time data decompression TSR
  2185.  'Ralf B  ' 'disaXXYY'    RBdisabl -- disable key scancode XX w/ shift states YY
  2186.  'Ralf B  ' 'DUALVGA '    dual-VGA support, screen blanker, and DPMS driver
  2187.  'Ralf B  ' 'FASTMOUS'    example TSR included with sample AMIS library code
  2188.  'Ralf B  ' 'NoBreak '    disable Ctrl-@, Ctrl-C, and Ctrl-Break keys
  2189.  'Ralf B  ' 'NOLPT n '    example TSR -- turn LPTn into bit-bucket
  2190.  'Ralf B  ' 'NOTE    '    example TSR -- popup note-taker
  2191.  'Ralf B  ' 'RBclock '    RBclock -- on-screen real-time clock
  2192.  'Ralf B  ' 'RBclockE'    RBclock -- on-screen elapsed-time clock
  2193.  'Ralf B  ' 'RBdvorak'    Dvorak keyboard mapping w/ opt Esc/~, LCtrl/CapsLk swap
  2194.  'Ralf B  ' 'RBkcount'    display count of keystrokes on screen
  2195.  'Ralf B  ' 'RBkeyswp'    RBkeyswap v3.0+ -- swap Esc/~ and LCtrl/CapsLock keys
  2196.  'Ralf B  ' 'RBnoboot'    disable Ctrl-Alt-Del key combination
  2197.  'Ralf B  ' 'ShftCaps'    require Shift-CapsLock to turn on CapsLock
  2198.  'Ralf B  ' 'ShftNumL'    require Shift-NumLock to turn off NumLock
  2199.  'Ralf B  ' 'SWITCHAR'    example TSR -- add switchar() support removed from DOS5
  2200.  'Ralf B  ' 'VGABLANK'    VGA-only screen blanker
  2201.  'Sally IS' 'Mdisk   '    removeable, resizeable RAMdisk
  2202.  'Sally IS' 'Scr2Tex '    screen dumper with output in (La)Tex format
  2203.  'Thaco      ' 'NEST    '    Eirik Pedersen's programmer's delimiter matcher
  2204.  'TifaWARE' 'EATMEM  '    George A. Theall's public domain memory restrictor for
  2205.             testing programs (v1.1+)
  2206.  'TifaWARE' 'RECALL  '    public domain commandline editor and history (v1.2+)
  2207.  'Todd      ' 'XPTR2   '    PC-to-Transputer interface by Todd Radel
  2208.  'WlkngOwl' 'NoiseSYS'    NOISE.SYS random-number generator
  2209. SeeAlso: #1856
  2210. --------t-2D--01-----------------------------
  2211. INT 2D - AMIS v3.0+ - GET PRIVATE ENTRY POINT
  2212.     AL = 01h
  2213.     AH = multiplex number for program
  2214. Return: AL = 00h if all API calls via INT 2D
  2215.     AL = FFh if entry point supported
  2216.         DX:BX -> entry point for bypassing interrupt chain
  2217. Note:    this function is not valid unless a program is installed on the
  2218.       specified multiplex number; use INT 2D/AL=00h to check
  2219. SeeAlso: INT 2D/AL=00h,INT 2D/AL=02h,INT 2D/AL=03h,INT 2D/AL=04h,INT 2D/AL=05h
  2220. SeeAlso: INT 2D/AL=06h
  2221. Index:    entry point;Alternate Multiplex Interrupt|entry point;AMIS
  2222. --------t-2D--02-----------------------------
  2223. INT 2D - AMIS v3.0+ - UNINSTALL
  2224.     AL = 02h
  2225.     AH = multiplex number for program
  2226.     DX:BX = return address for successful uninstall (may be    ignored by TSR)
  2227. Return: AL = status
  2228.         00h not implemented (makes TSR non-compliant with specification)
  2229.         01h unsuccessful
  2230.         02h can not uninstall yet, will do so when able
  2231.         03h safe to remove, but no resident uninstaller
  2232.           (TSR still enabled)
  2233.         BX = segment of memory block with resident code
  2234.         04h safe to remove, but no resident uninstaller
  2235.           (TSR now disabled)
  2236.         BX = segment of memory block with resident code
  2237.         05h not safe to remove now, try again later
  2238.         06h disabled, but can not be removed from memory
  2239.           because loaded from CONFIG.SYS
  2240.         07h safe to remove, but no resident device-driver
  2241.           uninstaller.    Caller must unlink device
  2242.           drivers from DOS device chain as well as
  2243.           unhooking interrupts and freeing memory
  2244.         BX = segment of memory block with resident code
  2245.         FFh successful
  2246.     return at DX:BX with AX destroyed if successful and TSR honors
  2247.       specific return address
  2248. Note:    this function is not valid unless a program is installed on the
  2249.       specified multiplex number; use INT 2D/AL=00h to check
  2250. SeeAlso: INT 2D/AL=00h,INT 2D/AL=01h,INT 2D/AL=03h,INT 2D/AL=04h,INT 2D/AL=05h
  2251. SeeAlso: INT 2D/AL=06h
  2252. Index:    uninstall;Alternate Multiplex Interrupt Specification|uninstall;AMIS
  2253. --------t-2D--03-----------------------------
  2254. INT 2D - AMIS v3.0+ - REQUEST POP-UP
  2255.     AL = 03h
  2256.     AH = multiplex number for program
  2257. Return: AL = status
  2258.         00h not implemented or TSR is not a pop-up
  2259.         01h can not pop up at this time, try again later
  2260.         02h can not pop up yet, will do so when able
  2261.         03h already popped up
  2262.         04h unable to pop up, user intervention required
  2263.         BX = standard reason code
  2264.             0000h unknown failure
  2265.             0001h interrupt chain passes through memory
  2266.               which must be swapped out to pop up
  2267.             0002h swap-in failed
  2268.         CX = application's reason code if nonzero
  2269.         FFh TSR popped up and was exited by user
  2270.         BX = return value
  2271.             0000h no return value
  2272.             0001h TSR unloaded
  2273.             0002h-00FFh reserved
  2274.             0100h-FFFFh application-dependent
  2275. Note:    this function is not valid unless a program is installed on the
  2276.       specified multiplex number; use INT 2D/AL=00h to check
  2277. SeeAlso: INT 2D/AL=00h,INT 2D/AL=01h,INT 2D/AL=02h,INT 2D/AL=04h,INT 2D/AL=05h
  2278. SeeAlso: INT 2D/AL=06h
  2279. --------t-2D--04-----------------------------
  2280. INT 2D - AMIS v3.0+ - DETERMINE CHAINED INTERRUPTS
  2281.     AL = 04h
  2282.     AH = multiplex number for program
  2283.     BL = interrupt number (except 2Dh)
  2284. Return: AL = status
  2285.         00h not implemented (makes TSR non-compliant with specification)
  2286.         01h (obsolete) unable to determine
  2287.         02h (obsolete) interrupt hooked
  2288.         03h (obsolete) interrupt hooked, address returned
  2289.         DX:BX -> TSR's interrupt BL handler
  2290.         04h list of hooked interrupts returned
  2291.         DX:BX -> interrupt hook list (see #1858)
  2292.         FFh interrupt not hooked
  2293. Notes:    BL is ignored if the TSR returns AL=04h; in that case, the caller
  2294.       needs to scan the return list rather than making additional calls
  2295.       to this function.  If the return is not 00h or 04h, then the caller
  2296.       must cycle through the remaining interrupt numbers it wishes to
  2297.       check.
  2298.     return values 01h through 03h may not be used by AMIS v3.6-compliant
  2299.       programs; they are included here solely for compatibility with
  2300.       version 3.3, though they were probably never used in any
  2301.       implementation
  2302.     for return values 01h through 03h, since INT 2D is known to be hooked,
  2303.       the resident code need not test for BL=2Dh (to minimize its size),
  2304.       and the return value is therefore undefined in that case.
  2305.     this function is not valid unless a program is installed on the
  2306.       specified multiplex number; use INT 2D/AL=00h to check
  2307. SeeAlso: INT 2D/AL=00h,INT 2D/AL=01h,INT 2D/AL=02h,INT 2D/AL=03h,INT 2D/AL=05h
  2308. SeeAlso: INT 2D/AL=06h
  2309.  
  2310. Format of AMIS interrupt hook list [array]:
  2311. Offset    Size    Description    (Table 1858)
  2312.  00h    BYTE    interrupt number (last entry in array is 2Dh)
  2313.  01h    WORD    offset within hook list's segment of the interrupt handler
  2314.         this will point at the initial short jump of the interrupt
  2315.           sharing protocol header (see #1855)
  2316. SeeAlso: #1859
  2317. --------t-2D--05-----------------------------
  2318. INT 2D - AMIS v3.5+ - GET HOTKEYS
  2319.     AL = 05h
  2320.     AH = multiplex number for program
  2321. Return: AL = status
  2322.         00h not implemented
  2323.         FFh supported
  2324.         DX:BX -> hotkey list (see #1859)
  2325. Notes:    this function is not valid unless a program is installed on the
  2326.       specified multiplex number; use INT 2D/AL=00h to check
  2327.     programs which provide hotkeys are required to provide this function
  2328.       to be fully compliant with this specification
  2329. SeeAlso: INT 2D/AL=00h,INT 2D/AL=01h,INT 2D/AL=02h,INT 2D/AL=03h,INT 2D/AL=04h
  2330. SeeAlso: INT 2D/AL=06h
  2331.  
  2332. Format of AMIS hotkey list:
  2333. Offset    Size    Description    (Table 1859)
  2334.  00h    BYTE    type of hotkey checking (see #1860)
  2335.  01h    BYTE    number of hotkeys (may be zero if TSR can disable hotkeys)
  2336.  02h 6N BYTEs    array of hotkey definitions
  2337.         (one per hotkey, first should be primary hotkey)
  2338.         Offset    Size    Description
  2339.          00h    BYTE    hotkey scan code (00h/80h if shift states only)
  2340.                 hotkey triggers on release if bit 7 set
  2341.          01h    WORD    required shift states (see #1861)
  2342.          03h    WORD    disallowed shift states (see #1861)
  2343.          05h    BYTE    hotkey flags (see #1862)
  2344. Notes:    except for bit 7, the shift states correspond exactly to the return
  2345.       values from INT 16/AH=12h.  A set bit in the required states word
  2346.       indicates that the corresponding shift state must be active when the
  2347.       hotkey's scan code is received for the hotkey to be recognized; a
  2348.       clear bit means that the corresponding state may be ignored.    A set
  2349.       bit in the disallowed shift states word indicates that the
  2350.       corresponding shift state must be inactive.
  2351.     for the disallowed-states word, if one of the "either" bits is set,
  2352.       then both the corresponding left bit and right bit must be set
  2353.     examples:
  2354.         Ctrl-Alt-Del monitoring: 53h 000Ch 0003h 06h
  2355.         Alt-key tap (DESQview):     B8h 0000h 0007h 08h
  2356.         Shf-Shf-N (NOTE.COM):     31h 0003h 000Ch 00h
  2357. Index:    hotkeys;AMIS
  2358. SeeAlso: #0005
  2359.  
  2360. Bitfields for type of AMIS hotkey checking:
  2361. Bit(s)    Description    (Table 1860)
  2362.  0    checks before chaining INT 09
  2363.  1    checks after chaining INT 09
  2364.  2    checks before chaining INT 15/AH=4Fh
  2365.  3    checks after chaining INT 15/AH=4Fh
  2366.  4    checks on INT 16/AH=00h,01h,02h
  2367.  5    checks on INT 16/AH=10h,11h,12h
  2368.  6    checks on INT 16/AH=20h,21h,22h
  2369.  7    reserved (0)
  2370. SeeAlso: #1859
  2371.  
  2372. Bitfields for AMIS shift states:
  2373. Bit(s)    Description    (Table 1861)
  2374.  0    right shift pressed
  2375.  1    left shift pressed
  2376.  2    either control key pressed
  2377.  3    either Alt key pressed
  2378.  4    ScrollLock active
  2379.  5    NumLock active
  2380.  6    CapsLock active
  2381.  7    either shift key pressed
  2382.  8    left control key pressed
  2383.  9    left Alt key pressed
  2384.  10    right control key pressed
  2385.  11    right Alt key pressed
  2386.  12    ScrollLock pressed
  2387.  13    NumLock pressed
  2388.  14    CapsLock pressed
  2389.  15    SysReq key pressed
  2390. Notes:    if bit 2 is set, either control key may be pressed for the hotkey; if
  2391.       bits 8 and 10 are both set, then both control keys must be pressed.
  2392.       Similarly for bits 3 and 9/11, as well as 7 and 0/1.
  2393.     the SysReq key is often labeled SysRq
  2394. SeeAlso: #1859,#1862
  2395.  
  2396. Bitfields for AMIS hotkey flags:
  2397. Bit(s)    Description    (Table 1862)
  2398.  0    hotkey chained before processing
  2399.  1    hotkey chained after processing
  2400.  2    others should pass through this hotkey so that it can be monitored
  2401.  3    hotkey will not activate if other keys pressed/released before hotkey
  2402.       press is completed
  2403.  4    this key is remapped into some other key
  2404.  5    this key is conditionally chained (sometimes passed on, sometimes
  2405.       swallowed)
  2406.  6-7    reserved (0)
  2407. SeeAlso: #1859,#1861
  2408. --------t-2D--06-----------------------------
  2409. INT 2D - AMIS v3.6 - GET DEVICE-DRIVER INFORMATION
  2410.     AL = 06h
  2411.     AH = multiplex number for program
  2412. Return: AL = number of device driver headers supplied by prog.
  2413.     AH = device-driver flags (see #1863)
  2414.     DX:BX -> first device driver header (see #0953)
  2415. Program: AMIS is the Alternate Multiplex Interrupt Specification promulgated
  2416.       by Ralf Brown
  2417. Notes:    if AL=00h, AH,BX,DX are meaningless and may be destroyed
  2418.     this function is not valid unless a program is installed on the
  2419.       specified multiplex number; use INT 2D/AL=00h to check
  2420.     programs which provide device drivers are required to support this
  2421.       function to be considered fully compliant with v3.6+ of the
  2422.       specification
  2423. SeeAlso: INT 2D/AL=00h,INT 2D/AL=01h,INT 2D/AL=02h,INT 2D/AL=03h,INT 2D/AL=04h
  2424. SeeAlso: INT 2D/AL=05h
  2425.  
  2426. Bitfields for AMIS device-driver information flags:
  2427. Bit(s)    Description    (Table 1863)
  2428.  0    program loaded from CONFIG.SYS, and thus can not be removed from memory
  2429.     (leave clear if unable to determine)
  2430.  1    device driver headers have not been linked into DOS device chain
  2431.  2    reentrant device driver(s)
  2432. --------N-2D--10-----------------------------
  2433. INT 2D - RATSR 2.0+ - GET STATUS
  2434.     AL = 10h
  2435.     AH = AMIS multiplex number for RATSR
  2436. Return: AL = status
  2437.         01h listening (no connection)
  2438.         02h receiving          \
  2439.         03h sending               > station being monitored
  2440.         04h initializing receive  /
  2441.     AH = keyboard lock status (00h unlocked, 01h locked)
  2442. Program: RATSR is a utility by James Berry provided with
  2443.       RemoteAccess/Professional, a commercial bulletin board system, that
  2444.       allows remote control of a station over a network
  2445. SeeAlso: INT 2D"AMIS"
  2446. --------d-2D--10-----------------------------
  2447. INT 2D - dLite 1.0+ - GET PARAMETER BLOCK ADDRESS
  2448.     AL = 10h
  2449.     AH = AMIS multiplex number for dLite
  2450. Return: CF clear if successful
  2451.         ES:BX -> parameter block (see #1864)
  2452.     CF set on error
  2453. Program: dLite is a shareware TSR by Rainer Schuetze which transparently
  2454.       expands compressed files when they are read
  2455. SeeAlso: AL=11h"dLite",AL=12h"dLite",INT 21/AX=FEDCh"PCMANAGE"
  2456.  
  2457. Format of dLite parameter block:
  2458. Offset    Size    Description    (Table 1864)
  2459.  00h    BYTE    TSR flags (see #1865)
  2460.  01h    WORD    maximum number of programs needing original filesize
  2461.  03h    WORD    current number of programs needing original filesize
  2462.  05h    WORD    maximum number of files that can be handled by dLite (should
  2463.           be the same as FILES= in CONFIG.SYS)
  2464.  07h    WORD    offset (in the same segment as the parameter block) of the
  2465.           table of programs needing the original filesize (8 bytes
  2466.           each,    without path or extension, uppercase, and zero \
  2467.           terminated if    shorter than 8 bytes)
  2468.  
  2469. Bitfields for dLite TSR flags:
  2470. Bit(s)    Description    (Table 1865)
  2471.  0    deny FCB access
  2472.  1    dLite sleeping rather than activated
  2473.  2    always indicate original filesize when reading directory entries,
  2474.       rather than only for specified programs
  2475.  3-7    reserved
  2476. SeeAlso: #1864
  2477. --------V-2D--10-----------------------------
  2478. INT 2D - Burnout Plus v3.00 - GET STATE/CONTROL INFORMATION
  2479.     AL = 10h
  2480.     AH = AMIS multiplex number for Burnout Plus
  2481. Return: AL = 01h
  2482.     BX = Burnout Plus status (see #1866)
  2483.     CX = record of features loaded (see #1867)
  2484.     ES:DI -> Burnout Plus control structure (see #1868)
  2485. Program: Burnout Plus is a DOS screen saver from Cove Software
  2486. SeeAlso: INT 14/AX=AA01h,INT 2D"AMIS"
  2487. Index:    screen saver;Burnout Plus
  2488.  
  2489. Bitfields for Burnout Plus status:
  2490. Bit(s)    Description    (Table 1866)
  2491.  0    screen is blanked
  2492.  1    MS Windows is active (Burnout Plus deactivated)
  2493.  2-15    reserved
  2494.  
  2495. Bitfields for Burnout Plus features loaded/features enabled:
  2496. Bit(s)    Description    (Table 1867)
  2497.  0    mouse activity monitor
  2498.  1    passkey support
  2499.  2    password support
  2500.  3    continuous clear
  2501.  4    software blanking
  2502.  5    video activity monitor
  2503.  6    disk activity monitor
  2504.  7    activating keystroke suppression
  2505. SeeAlso: #1868
  2506.  
  2507. Format of Burnout Plus control structure:
  2508. Offset    Size    Description    (Table 1868)
  2509.  00h    BYTE    size of structure in bytes
  2510.  01h    WORD    Burnout Plus version
  2511.  03h    WORD    screen blanking reset count in clock ticks
  2512.  05h    WORD    current countdown value in clock ticks
  2513.  07h    BYTE    type of timeout specification
  2514.  08h    BYTE    instant-blank hotkey
  2515.  09h    WORD    extended status information (see #1869)
  2516.         the bits for password, passkey, and software blanking are
  2517.           ignored and cannot be enabled or disabled externally
  2518.  0Bh    WORD    features enabled (see #1867)
  2519. Note:    all fields except the first two may be modified by external programs
  2520.       to affect the operation of Burnout Plus
  2521. Index:    hotkeys;Burnout Plus
  2522.  
  2523. Bitfields for extended Burnout Plus status information:
  2524. Bit(s)    Description    (Table 1869)
  2525.  0    Burnout Plus disabled
  2526.  1    force screen to blank on next clock tick
  2527.  2    restore screen if currently blanked
  2528.  3-15    reserved
  2529. Note:    1 and 2 are automatically cleared by Burnout Plus after blanking
  2530.       or restoring the screen
  2531. SeeAlso: #1868
  2532. --------V-2D--10-----------------------------
  2533. INT 2D U - Screen Thief v1.00 - FREE HIGH MEMORY BUFFERS
  2534.     AL = 10h
  2535.     AH = AMIS multiplex number for Screen Thief
  2536. Return: nothing
  2537. Program: Screen Thief is a graphics screen grabber
  2538. Note:    releases any code and data stored in EMS, DOS UMBs, or XMS UMBs, but
  2539.       does not release the low-memory stub; this may be used to effect a
  2540.       partial uninstall if INT 2D/AL=02h fails
  2541. SeeAlso: INT D8"Screen Thief"
  2542. --------i-2D--10-----------------------------
  2543. INT 2D U - RAMLIGHT v1.0 - GET MONITORING INFORMATION
  2544.     AL = 10h
  2545.     AH = AMIS multiplex number for RAMLIGHT
  2546. Return: ES:BX -> array of fake device driver headers used in monitoring
  2547.     CX = number of drives being monitored???
  2548. --------U-2D--10-----------------------------
  2549. INT 2D - DTown Utilities v1.40+ - EXTENDED API INSTALLATION CHECK
  2550.     AL = 10h
  2551. Return: AL = FFh
  2552.     BL = extended API availability (00h no, 01h API is loaded)
  2553. SeeAlso: INT 2D/AL=11h"DTown",INT 2D/AL=20h,INT 2D/AL=50h
  2554. --------s-2D--10-----------------------------
  2555. INT 2D - CDTSR - GET INTERNAL VARIABLE TABLE
  2556.     AL = 10h
  2557.     AH = AMIS multiplex number for CDTSR
  2558. Return: CX:DX -> CDTSR internal variable structure (see #1870)
  2559. Program: CDTSR is a resident audio CD player by Colin Hill
  2560. SeeAlso: INT 2D/AL=11h"CDTSR",INT 2D/AL=12h"CDTSR",INT 2D/AL=13h"CDTSR"
  2561.  
  2562. Format of CDTSR internal variable structure:
  2563. Offset    Size    Description    (Table 1870)
  2564.  00h    BYTE    hotkey scan code (see #0005)
  2565.  01h    BYTE    hotkey shift states
  2566.  02h    BYTE    flag: repeat
  2567.  03h    BYTE    flag: custom repeat
  2568.  04h    BYTE    flag: background polling
  2569.  05h    DWORD    (read-only) internal timing variable
  2570.  09h    DWORD    current track play position, in frames
  2571.  0Dh    DWORD    current disk play position, in frames
  2572.  11h    BYTE    number of entries in track program
  2573.  12h    BYTE    index into track program currently playing (FFh if not playing)
  2574.  13h 100 BYTEs    track program (each byte contains one track number)
  2575.  77h    BYTE    saved cursor end scan line
  2576.  78h    BYTE    saved cursor start scan line
  2577.  79h    BYTE    currently playing track
  2578.  7Ah    BYTE    CD driver media-change flag
  2579.  7Bh    WORD    video base segment during last popup
  2580.  7Dh    WORD    video page offset during last popup
  2581.  7Fh    BYTE    currently-selected track
  2582.  80h    DWORD    begin of custom repeat, in frames
  2583.  84h    DWORD    end of custom repeat, in frames
  2584.  88h    WORD    track program index of top list item
  2585. --------K-2D--10-----------------------------
  2586. INT 2D - KEYBIT Lite v5+ - GET POINTER TO STATUS BYTE
  2587.     AL = 10h
  2588.     AH = AMIS multiplex number for KEYBIT Lite
  2589. Return: DX:BX -> status byte (see #1871)
  2590. Program: KEYBIT Lite is an enhanced Italian keyboard driver by Pino Navato.
  2591. SeeAlso: INT 2D"AMIS"
  2592.  
  2593. Bitfields for KEYBIT Lite status byte:
  2594. Bit(s)    Description    (Table 1871)    (Table 1872)
  2595.  7    KEYBIT Lite active
  2596.  6    E-mail support active
  2597.  5-0    reserved
  2598. Notes:    E-mail support is one of the original features of KEYBIT Lite.    It is
  2599.       the automatic conversion of the 8-bits ASCII chars produced by some
  2600.       keys available on Italian keyboards to couples of 7-bits chars.
  2601.     Message editors should always enable e-mail support, they should also
  2602.       restore its original status before exiting.
  2603.     The user can change both status bits by hotkeys.
  2604. --------K-2D--10-----------------------------
  2605. INT 2D - ALTMENU - GET POINTER TO KEY CODE
  2606.     AL = 10h
  2607.     AH = AMIS multiplex number for signature 'Pino Nav' 'ALTMENU '
  2608. Return: DX:BX -> WORD key code to insert in keyboard buffer on Alt-key tap
  2609. Program: Pino Navato's freeware ALTMENU permits activating the menu bar of
  2610.       any program by pressing the Alt key alone.
  2611. Notes:    The value in the key code word will be returned in AX by a call to
  2612.       INT 16/AH=00h after the Alt key is pressed by itself
  2613.     ALTMENU may be disabled by setting the key code equal to 0000h
  2614. SeeAlso: INT 16/AH=00h,INT 2D"AMIS"
  2615. --------d-2D--11-----------------------------
  2616. INT 2D - dLite 1.0+ - CHECK FOR dPressed FILE AND GET ORIGINAL SIZE
  2617.     AL = 11h
  2618.     AH = AMIS multiplex number for dLite
  2619.     BX = file handle
  2620. Return: CF clear if successful
  2621.         DX:AX = size of uncompressed file
  2622.     CF set on error (not dPressed file)
  2623. SeeAlso: AL=10h"dLite",AL=12h"dLite"
  2624. --------U-2D--11-----------------------------
  2625. INT 2D - DTown Utilities v1.40+ - UTILITY INSTALLATION CHECK
  2626.     AL = 11h
  2627.     BL = function
  2628.         00h get number of installed utilities
  2629.         Return: BL = number of utilities
  2630.         01h get installed utilities
  2631.         DX:DI -> buffer containing one byte for each utility
  2632.         Return: DX:DI buffer filled with flags (0=no,1=yes) indicating
  2633.               whether the corresponding utility is loaded
  2634. Return: AL = FFh if supported
  2635. Note:    this function is only available if the extended API has been installed
  2636.       in the resident portion
  2637. SeeAlso: INT 2D/AL=10h"DTown",INT 2D/AL=20h
  2638. --------s-2D--11-----------------------------
  2639. INT 2D - CDTSR - REPROGRAM CDTSR
  2640.     AL = 11h
  2641.     AH = AMIS multiplex number for CDTSR
  2642. Return: nothing
  2643. Program: CDTSR is a resident audio CD player by Colin Hill
  2644. Desc:    reprograms CDTSR based on the values in the internal variable
  2645.       structure (see #1870), which may have been changed by an application
  2646. SeeAlso: INT 2D/AL=10h"CDTSR",INT 2D/AL=12h"CDTSR",INT 2D/AL=13h"CDTSR"
  2647. --------d-2D--12-----------------------------
  2648. INT 2D - dLite 1.0+ - CHECK FOR dPressed FILE AND GET COMPRESSED SIZE
  2649.     AL = 12h
  2650.     AH = AMIS multiplex number for dLite
  2651.     BX = file handle
  2652. Return: CF clear if successful
  2653.         DX:AX = size of compressed file
  2654.     CF set on error (not dPressed file)
  2655. SeeAlso: AL=10h"dLite",AL=11h"dLite"
  2656. --------s-2D--12-----------------------------
  2657. INT 2D - CDTSR - DISABLE POPUP
  2658.     AL = 12h
  2659.     AH = AMIS multiplex number for CDTSR
  2660. Return: nothing
  2661. SeeAlso: INT 2D/AL=10h"CDTSR",INT 2D/AL=11h"CDTSR",INT 2D/AL=13h"CDTSR"
  2662. --------U-2D--12-----------------------------
  2663. INT 2D - FREEVER - GET ORIGINAL DOS VERSION INFO
  2664.     AL = 12h
  2665.     AH = AMIS multiplex number for FREEVER
  2666. Return: AL = FFh if successful
  2667.         BH = major DOS version
  2668.         BL = minor DOS version
  2669.         CH = DOS version flag
  2670.         CL = OEM number
  2671.         DH = major DR DOS version number (FFh if unknown)
  2672.         DL = minor DR DOS version number (FFh if unknown)
  2673. Program: FREEVER is an AMIS-conformant freeware DOS version-faking TSR similar
  2674.       to SETVER for any DOS-compatible OS, written by Matthias Paul
  2675. SeeAlso: INT 2D/AL=13h"FREEVER",INT 2D/AL=14h"FREEVER",INT 2D/AL=17h"FREEVER"
  2676. --------s-2D--13-----------------------------
  2677. INT 2D - CDTSR - ENABLE POPUP
  2678.     AL = 13h
  2679.     AH = AMIS multiplex number for CDTSR
  2680. Return: nothing
  2681. Program: CDTSR is a resident audio CD player by Colin Hill
  2682. SeeAlso: INT 2D/AL=10h"CDTSR",INT 2D/AL=11h"CDTSR",INT 2D/AL=12h"CDTSR"
  2683. --------U-2D--13-----------------------------
  2684. INT 2D - FREEVER - SET VERSION NUMBERS
  2685.     AL = 13h
  2686.     AH = AMIS multiplex number for FREEVER
  2687.     BH = new major DOS version
  2688.     BL = new minor DOS version
  2689.     CH = new DOS version flag
  2690.     CL = new DOS revision number
  2691.     DH = new OEM number
  2692. SeeAlso: INT 2D/AL=12h"FREEVER",INT 2D/AL=15h"FREEVER",INT 2D/AL=17h"FREEVER"
  2693. --------U-2D--14-----------------------------
  2694. INT 2D - FREEVER - ENABLE TSR
  2695.     AL = 14h
  2696.     AH = AMIS multiplex number for FREEVER
  2697. Return: AL = FFh if successful
  2698. SeeAlso: INT 2D/AL=12h"FREEVER",INT 2D/AL=15h"FREEVER",INT 2D/AL=16h"FREEVER"
  2699. --------U-2D--14-----------------------------
  2700. INT 2D - FREEVER - DISABLE TSR
  2701.     AL = 15h
  2702.     AH = AMIS multiplex number for FREEVER
  2703. Return: AL = FFh if successful
  2704. SeeAlso: INT 2D/AL=12h"FREEVER",INT 2D/AL=14h"FREEVER",INT 2D/AL=16h"FREEVER"
  2705. --------U-2D--16-----------------------------
  2706. INT 2D - FREEVER - GET TSR STATUS
  2707.     AL = 16h
  2708.     AH = AMIS multiplex number for FREEVER
  2709. Return: AL = FFh if successful
  2710.         BL = status
  2711.         01h resident and active
  2712.         02h resident and inactive
  2713. SeeAlso: INT 2D/AL=12h"FREEVER",INT 2D/AL=15h"FREEVER",INT 2D/AL=17h"FREEVER"
  2714. --------U-2D--17-----------------------------
  2715. INT 2D - FREEVER - GET TaskMAX STATUS AT INSTALLATION
  2716.     AL = 17h
  2717.     AH = AMIS multiplex number for FREEVER
  2718. Return: AL = FFh if successful
  2719.         BL = status
  2720.         00h if TaskMAX not loaded before SETDRVER
  2721.         FFh if TaskMAX was loaded before SETDRVER
  2722. Program: FREEVER is an AMIS-conformant freeware DOS version-faking TSR similar
  2723.       to SETVER for any DOS-compatible OS, written by Matthias Paul
  2724. SeeAlso: INT 2D/AL=12h"FREEVER",INT 2D/AL=14h"FREEVER",INT 2D/AL=16h"FREEVER"
  2725. --------U-2D--20-----------------------------
  2726. INT 2D - DTown Utilities v1.40+ - GET POP-UP HANDLER ADDRESS
  2727.     AL = 20h
  2728. Return: AL = FFh if available
  2729.         DX:DI -> DTU popup-handler
  2730. Program: DTown Utilities is a freeware programmer's utility TSR by Jeroen van
  2731.       Disseldorp
  2732. Note:    this function is only available if the extended API has been installed
  2733.       in the resident portion
  2734. SeeAlso: INT 2D/AL=10h"DTown",INT 2D/AL=21h,INT 2D/AL=50h,INT 2D/AL=51h
  2735. SeeAlso: INT 03"DTown"
  2736. --------U-2D--21-----------------------------
  2737. INT 2D - DTown Utilities v1.40+ - POP UP
  2738.     AL = 21h
  2739.     BL = which utility to bring up
  2740.         00h active utility
  2741.         01h help screen
  2742.         0Ah ASCII table
  2743.         0Bh memory view
  2744.         0Ch CPU status
  2745.         0Dh calculator
  2746.         0Eh miscellaneous
  2747.         0Fh file viewer
  2748.         10h disassembler
  2749. Return: AL = status
  2750.         00h already active
  2751.         FFh popped up successfully
  2752.     BX = 0000h
  2753. Note:    this function is only available if the extended API has been installed
  2754.       in the resident portion
  2755. SeeAlso: INT 2D/AL=10h"DTown",INT 2D/AL=20h,INT 2D/AL=50h
  2756. --------U-2D--50-----------------------------
  2757. INT 2D - DTown Utilities v1.40+ - MEMORY VIEW SET ADDRESS
  2758.     AL = 50h
  2759.     CX:DX = new address for start of memory view utility's display
  2760. Note:    this function is only available if the extended API has been installed
  2761.       in the resident portion
  2762. Return: AL = FFh if supported
  2763. SeeAlso: INT 2D/AL=10h"DTown",INT 2D/AL=20h,INT 2D/AL=21h,INT 2D/AL=51h
  2764. --------U-2D--51-----------------------------
  2765. INT 2D - DTown Utilities v1.40+ - MEMORY VIEW SET REFERENCE
  2766.     AL = 51h
  2767.     BL = reference ("bookmark") number
  2768.     CX:DX = new address for reference
  2769. Return: AL = status
  2770.         00h invalid index
  2771.         FFh reference set
  2772. Note:    this function is only available if the extended API has been installed
  2773.       in the resident portion
  2774. Program: DTown Utilities is a shareware programmer's utility TSR by Jeroen van
  2775.       Disseldorp
  2776. SeeAlso: INT 2D/AL=10h"DTown",INT 2D/AL=20h,INT 2D/AL=50h
  2777. --------b-2D--DC-----------------------------
  2778. INT 2D C - DAISY.SYS - BROADCAST: CHAIN RESCANNED
  2779.     AL = DCh
  2780.     AH = AMIS multiplex number for signature 'DAISYCHA' 'INDRIVER'
  2781.     DL = LPT Port Rescanned
  2782. Program: DAISY.SYS is a daisy chain manager for parallel port peripherals
  2783.       conforming to the IEEE 1284.3 Committee's daisy chain specification.
  2784. Desc:    This Broadcast is sent whenever daisy chain IDs are reassigned to
  2785.       warn parallel port device drivers that their daisy chain ID may
  2786.       have been changed.
  2787. Note:    This function is a callout from DAISY.SYS, NOT a call into DAISY.SYS
  2788. SeeAlso: INT 17/AX=0200h"Enhanced Parallel Port",#0526,#1857
  2789. --------l-2E---------------------------------
  2790. INT 2E U - DOS 2+ - PASS COMMAND TO COMMAND INTERPRETER FOR EXECUTION
  2791.     DS:SI -> commandline to execute (see #1873)
  2792. Return: all registers except CS:IP destroyed
  2793.     AX = status (4DOS v4.0)
  2794.        0000h successful
  2795.        FFFFh error before processing command (not enough memory, etc)
  2796.        other error number returned by command
  2797. Notes:    this call allows execution of arbitrary commands (including COMMAND.COM
  2798.       internal commands) without loading another copy of COMMAND.COM
  2799.     if COMMAND.COM is the user's command interpreter, the primary copy
  2800.       executes the command; this allows the master environment to be
  2801.       modified by issuing a "SET" command, but changes in the master
  2802.       environment will not become effective until all programs descended
  2803.       from the primary COMMAND.COM terminate
  2804.     since COMMAND.COM processes the string as if typed from the keyboard,
  2805.       the transient portion needs to be present, and the calling program
  2806.       must ensure that sufficient memory to load the transient portion can
  2807.       be allocated by DOS if necessary
  2808.     results are unpredictable if invoked by a program run from a batch file
  2809.       because this call is not reentrant and COMMAND.COM uses the same
  2810.       internal variables when processing a batch file
  2811.     hooked but ignored by 4DOS v3.0 COMMAND.COM replacement unless SHELL2E
  2812.       has been loaded
  2813.     the MS-DOS 5 Programmer's Reference calls this "Reload Transient"
  2814.  
  2815. Format of DOS commandline:
  2816. Offset    Size    Description    (Table 1873)
  2817.  00h    BYTE    length of command string, not counting trailing CR
  2818.  01h    var    command string
  2819.   N    BYTE    0Dh (CR)
  2820. --------O-2E---------------------------------
  2821. INT 2E UP - Windows NT - NATIVE API
  2822.     EAX = function number
  2823.     EDX = address of parameter block
  2824. Return: ???
  2825. --------l-2E----BXE22E-----------------------
  2826. INT 2E - 4DOS v2.x-3.03 SHELL2E.COM - UNINSTALL
  2827.     BX = E22Eh
  2828.     DS:SI -> zero byte
  2829. Return: if successful, SHELL2E terminates itself with INT 21/AH=4Ch
  2830. ----------2F---------------------------------
  2831. INT 2F - Multiplex - NOTES
  2832.     AH = identifier of program which is to handle the interrupt
  2833.        00h-7Fh reserved for DOS
  2834.        B8h-BFh reserved for networks
  2835.        C0h-FFh reserved for applications
  2836.     AL is the function code
  2837.    This is a general mechanism for verifying the presence of a TSR and
  2838.    communicating with it.  When searching for a free identifier code for AH
  2839.    using the installation check (AL=00h), the calling program should set
  2840.    BX/CX/DX to 0000h and must not depend on any registers other than CS:IP
  2841.    and SS:SP to be valid on return, since numerous programs now use additional
  2842.    registers on input and/or output for the installation check.
  2843. Notes:    Since the multiplex chain is growing so long, and beginning to
  2844.       experience multiplex number collisions, I am proposing an alternate
  2845.       multiplex interrupt on INT 2D.  If you decide to use the alternate
  2846.       multiplex, please let me know.
  2847.     DOS and some other programs return values in the flags register, so
  2848.       any TSR which chains by calling the previous handler rather than
  2849.       jumping to it should ensure that the returned flags are preserved
  2850.       and passed back to the original caller
  2851. SeeAlso: INT 2D
  2852. --------t-2F---------------------------------
  2853. INT 2F - BMB Compuscience Canada Utilities Interface - INSTALLATION CHECK
  2854.     AH = xx (dynamically assigned based upon a search for a multiplex
  2855.          number which doesn't answer installed)
  2856.     AL = 00h installation check
  2857.     ES:DI = EBEBh:BEBEh
  2858. Return: AL = 00h not installed
  2859.          01h not installed, not OK to install
  2860.          FFh installed; if ES:DI was EBEBh:BEBEh on entry, ES:DI will point
  2861.          to a string of the form 'MMMMPPPPPPPPvNNNN' where MMMM is a
  2862.          short form of the manufacturer's name, PPPPPPPP is a product
  2863.          name and NNNN is the product's version number
  2864. --------t-2F---------------------------------
  2865. INT 2F - Ross Wentworth's Turbo Pascal POPUP LIBRARY
  2866.     AH = programmer-selected multiplex number
  2867.     AL = function
  2868.         00h installation check
  2869.         Return: AL = FFh if installed
  2870.         01h get TSR interrupt vectors
  2871.         Return: DX:AX -> vector table (see #1874)
  2872.         02h get TSR code segment
  2873.         Return: AX = code segment for all interrupt handlers
  2874.         03h call user exit routine and release TSR's memory
  2875.         04h get signature string
  2876.         Return: DX:AX -> counted string containing signature
  2877.         05h get TSR's INT 2F handler
  2878.         Return: DX:AX -> INT 2F handler
  2879.         06h enable/disable TSR
  2880.         BL = new state (00h disabled, 01h enabled)
  2881.         07h activate TSR (popup if not disabled)
  2882.         08h get hotkeys
  2883.         BL = which hotkey (00h = hotkey 1, 01h = hotkey 2)
  2884.         Return: AX = hotkey (AH = keyflags, AL = scancode)
  2885.         09h set hotkey
  2886.         BL = which hotkey (00h = hotkey 1, 01h = hotkey 2)
  2887.         CX = new hotkey (CH = keyflags, CL = scancode)
  2888.         0Ah-1Fh reserved
  2889. Index:    installation check;Ross Wentworth POPUP library
  2890. Index:    hotkeys;Ross Wentworth POPUP library
  2891.  
  2892. Format of POPUP vector table entry:
  2893. Offset    Size    Description    (Table 1874)
  2894.  00h    BYTE    vector number (00h = end of table)
  2895.  01h    DWORD    original vector
  2896.  05h    WORD    offset of interrupt handler in TSR's code segment
  2897. --------t-2F---------------------------------
  2898. INT 2F - CiriSOFT Spanish University of Valladolid TSR's Interface
  2899.     AH = xx (dynamically assigned based upon a search for a multiplex
  2900.          number from C0h to FFh which doesn't answer installed)
  2901.     AL = 00h installation check
  2902.     ES:DI = 1492h:1992h
  2903. Return: AL = 00h not installed
  2904.          01h not installed, not OK to install
  2905.          FFh installed; and if ES:DI was 1492h:1992h on entry, ES:DI will
  2906.            point to author_name_ver table (see #1875)
  2907.     AH = FFh
  2908. Note:    this interface permits advanced communication with TSRs: it is possible
  2909.       to make a generic uninstall utility, advanced TSR relocator programs
  2910.       in order to fit fragmented memory areas, etc.
  2911. See also: INT 2D"AMIS",INT 2F"Compuscience"
  2912. Index:    installation check;CiriSOFT TSR interface
  2913. Index:    uninstall;CiriSOFT TSR interface
  2914.  
  2915. Format of CiriSOFT author_name_ver table:
  2916. Offset    Size    Description    (Table 1875)
  2917.  -16    WORD    segment of the start of the resident TSR code (CS in programs
  2918.           with PSP, XMS upper memory segment if installed as UMB...)
  2919.  -14    WORD    offset of the start of the resident TSR code (frequently 100h
  2920.           in *.COM programs and 0 in upper memory TSR's).
  2921.  -12    WORD    memory used by TSR (in paragraphs). Knowing the memory area
  2922.           used by TSR is possible to determine if hooked vectors are
  2923.           still pointing it (and if it is safe to uninstall).
  2924.  -10    BYTE    characteristics byte (see #1876)
  2925.  -9    BYTE    number of multiplex entry used (redefinition available). Note
  2926.           that the TSR must use THIS variable in it's INT 2Fh handler.
  2927.  -8    WORD    offset to vector_area table (see #1877)
  2928.  -6    WORD    offset to extra_area table (see #1878,bit 7 in offset -10)
  2929.  -4   4 BYTEs    signature string "*##*"
  2930.  00h    var    "AUTHOR:PROGRAM_NAME:VERSION",0     (variable length, this area
  2931.           is used in order to determine if the TSR is already resident
  2932.           and it's version code; the ':' char is used as delimiter)
  2933.  
  2934. Bitfields for CiriSOFT characteristics byte:
  2935. Bit(s)    Description    (Table 1876)
  2936.  0-2    type
  2937.     000 normal program (with PSP)
  2938.     001 upper XMS memory block (needed HIMEM.SYS function to free memory
  2939.           when uninstalling)
  2940.     010 device driver (*.SYS)
  2941.     011 device driver in EXE format
  2942.     1xx others (reserved)
  2943.  3-6    reserved
  2944.  7    set if extra_table defined and supported (see #1878)
  2945. SeeAlso: #1875
  2946.  
  2947. Format of CiriSOFT vector_area table:
  2948. Offset    Size    Description    (Table 1877)
  2949.  -1    BYTE    number of vectors intercepted by TSR
  2950.  00h    BYTE    first vector number
  2951.  01h    DWORD    first vector pointer before installing the TSR
  2952.  05h    BYTE    second vector number
  2953.  06h    DWORD    second vector pointer before installing the TSR
  2954.  0Ah    ...    (and so on)
  2955. Note:    the TSR must use these variables to invoke the previous interrupt
  2956.       handler routines
  2957. SeeAlso: #1875
  2958.  
  2959. Format of extra_area table (needed only to improve relocation feature):
  2960. Offset    Size    Description    (Table 1878)
  2961.  00h    WORD    offset to external_ctrl table (see #1879)
  2962.         0000h if not supported
  2963.  02h    WORD    reserved for future use (0)
  2964. SeeAlso: #1875
  2965.  
  2966. Format of CiriSOFT external_ctrl table:
  2967. Offset    Size    Description    (Table 1879)
  2968.  00h    BYTE    bit 0: TSR is relocatable (no absolute segment references)
  2969.  01h    WORD    offset to a variable which can activate/inhibit the TSR
  2970.  ---And if bit 0 in offset 00h is off:
  2971.  03h    DWORD    pointer to ASCIZ pathname for executable file which supports
  2972.           /SR parameter (silent installation & inhibit)
  2973.  07h    DWORD    pointer to first variable to initialize on the copy reloaded
  2974.           from the previous TSR still resident
  2975.  0Bh    DWORD    pointer to last variable (all variables packed in one block)
  2976. --------c-2F00-------------------------------
  2977. INT 2F U - DOS 2.x only PRINT.COM - ???
  2978.     AH = 00h
  2979.     ???
  2980. Return: ???
  2981. Notes:    DOS 2.x PRINT.COM does not chain to previous INT 2F handler
  2982.     values in AH other than 00h or 01h cause PRINT to return the number of
  2983.       files in the queue in AH
  2984. SeeAlso: AH=01h
  2985. --------P-2F00-------------------------------
  2986. INT 2F U - PSPRINT - PRINT JOB CONTROL
  2987.     AH = 00h
  2988.     ???
  2989. Return: ???
  2990. --------c-2F0080-----------------------------
  2991. INT 2F - DOS 3.1+ PRINT - GIVE PRINT A TIME SLICE
  2992.     AX = 0080h
  2993. Return: after PRINT executes
  2994. Notes:    PRINT returns AL=01h if AH=00h but AL is not 80h on entry
  2995.     this function is not supported by the Novell DOS 7 PRINT.COM
  2996. --------N-2F00D8-----------------------------
  2997. INT 2F - Personal NetWare - VLM - ???
  2998.     AX = 00D8h
  2999.     ???
  3000. Return: ???
  3001. Note:    hooked by one of the .VLMs loaded by VLM.EXE v1.10, but apparently a
  3002.       NOP
  3003. --------c-2F01-------------------------------
  3004. INT 2F U - DOS 2.x only PRINT.COM - ???
  3005.     AH = 01h
  3006.     ???
  3007. Return: ???
  3008. Notes:    DOS 2.x PRINT.COM does not chain to previous INT 2F handler
  3009.     values in AH other than 00h or 01h cause PRINT to return the number of
  3010.       files in the queue in AH
  3011. SeeAlso: AH=00h
  3012. --------c-2F0100-----------------------------
  3013. INT 2F - DOS 3.0+ PRINT - INSTALLATION CHECK
  3014.     AX = 0100h
  3015. Return: AL = status
  3016.         00h not installed
  3017.         01h not installed, but not OK to install
  3018.         FFh installed
  3019.         AH = 00h (Novell DOS 7)
  3020. SeeAlso: AX=0101h
  3021. --------c-2F0100SI20D6-----------------------
  3022. INT 2F U - PrintCache 3.1 PRINT.COM - INSTALLATION CHECK
  3023.     AX = 0100h
  3024.     SI = 20D6h
  3025.     DI = 8761h
  3026. Return: AX = 00FFh if installed
  3027.     DI = 0001h if PrintCache's PRINT.COM installed and magic values match
  3028.         SI = resident code segment
  3029. Program: PrintCache PRINT.COM is a DOS PRINT replacement included in
  3030.       LaserTools' PrintCache memory/disk-based print spooler package
  3031. Note:    if either of SI or DI differ from the indicated magic values, only AX
  3032.       will be modified on return, for compatibility with DOS PRINT
  3033. SeeAlso: AX=0101h/SI=20D6h,AX=C000h"PCACHE"
  3034. --------c-2F0101-----------------------------
  3035. INT 2F - DOS 3.0+ PRINT - SUBMIT FILE FOR PRINTING
  3036.     AX = 0101h
  3037.     DS:DX -> submit packet (see #1880)
  3038. Return: CF clear if successful
  3039.         AL = status
  3040.         01h added to queue
  3041.         9Eh now printing
  3042.     CF set on error
  3043.         AX = error code (see #1881,#0980 at INT 21/AH=59h)
  3044. SeeAlso: AX=0102h
  3045.  
  3046. Format of PRINT submit packet:
  3047. Offset    Size    Description    (Table 1880)
  3048.  00h    BYTE    level (must be 00h)
  3049.  01h    DWORD    pointer to ASCIZ filename (no wildcards)
  3050.  
  3051. (Table 1881)
  3052. Values for PRINT error code:
  3053.  0001h    invalid function
  3054.  0002h    file not found
  3055.  0003h    path not found
  3056.  0004h    out of file handles
  3057.  0005h    access denied
  3058.  0008h    print queue full
  3059.  0009h    spooler busy
  3060.  000Ch    name too long
  3061.  000Fh    invalid drive
  3062. --------c-2F0101SI20D6-----------------------
  3063. INT 2F U - PrintCache v3.1 PRINT.COM - SUBMIT FILE FOR PRINTING
  3064.     AX = 0101h
  3065.     SI = 20D6h
  3066.     DI = 8761h
  3067.     DS:DX -> submit packet (see #1880)
  3068.     CL = print options
  3069.         bit 4: use default options
  3070. Return: CF clear if successful
  3071.         AL = status
  3072.         01h added to queue
  3073.         9Eh now printing
  3074.     CF set on error
  3075.         AX = error code (see #1881)
  3076. Program: PrintCache PRINT.COM is a DOS PRINT replacement included in
  3077.       LaserTools' PrintCache memory/disk-based print spooler package
  3078. Note:    if either SI or DI differs from the indicated magic values on entry,
  3079.       PrintCache will use the default print options for the file for
  3080.       compatibility with DOS PRINT
  3081. SeeAlso: AX=0100h/SI=20D6h,AX=0101h,AX=0107h"PrintCache"
  3082. --------c-2F0102-----------------------------
  3083. INT 2F - DOS 3.0+ PRINT - REMOVE FILE FROM PRINT QUEUE
  3084.     AX = 0102h
  3085.     DS:DX -> ASCIZ filename (wildcards allowed)
  3086. Return: CF clear if successful
  3087.     CF set on error
  3088.         AX = error code (see #1881)
  3089. SeeAlso: AX=0101h,AX=0103h
  3090. --------c-2F0103-----------------------------
  3091. INT 2F - DOS 3.0+ PRINT - CANCEL ALL FILES IN PRINT QUEUE
  3092.     AX = 0103h
  3093. Return: CF clear if successful
  3094.     CF set on error
  3095.         AX = error code (see #1881)
  3096. SeeAlso: AX=0102h
  3097. --------c-2F0104-----------------------------
  3098. INT 2F - DOS 3.0+ PRINT - FREEZE PRINT QUEUE TO READ JOB STATUS
  3099.     AX = 0104h
  3100. Return: CF clear if successful
  3101.         DX = error count since status last read
  3102.         DS:SI -> print queue
  3103.     CF set on error
  3104.         AX = error code (see #1881)
  3105. Desc:    get the list of print jobs, temporarily suspending PRINT's activities
  3106.       to avoid changing the list while it is being examined
  3107. Notes:    the print queue is an array of 64-byte ASCIZ filenames terminated by
  3108.       an empty filename; the first name is the file currently being printed
  3109.     printing is stopped until AX=0105h is called to prevent the queue
  3110.       from changing while the filenames are being read
  3111. SeeAlso: AX=0101h,AX=0105h
  3112. --------c-2F0105-----------------------------
  3113. INT 2F - DOS 3.0+ PRINT - RESTART PRINT QUEUE AFTER STATUS READ
  3114.     AX = 0105h
  3115. Return: CF clear if successful
  3116.     CF set on error
  3117.         AX = error code (see #1881)
  3118. Desc:    restart PRINT's activities once an application finishes examining the
  3119.       print queue
  3120. SeeAlso: AX=0104h
  3121. --------c-2F0106-----------------------------
  3122. INT 2F - DOS 3.3+ PRINT - GET PRINTER DEVICE
  3123.     AX = 0106h
  3124. Return: CF set if files in print queue
  3125.         AX = error code 0008h (queue full)
  3126.         DS:SI -> device driver header (see #0953)
  3127.     CF clear if print queue empty
  3128.         AX = 0000h
  3129. Desc:    determine which device, if any, PRINT is currently using for output
  3130. Notes:    undocumented prior to the release of MS-DOS 5.0
  3131.     this function can be used to allow a program to avoid printing to the
  3132.       printer on which PRINT is currently performing output
  3133. SeeAlso: AX=0104h
  3134. --------c-2F0107-----------------------------
  3135. INT 2F U - PrintCache v3.1 PRINT.COM - SET TRAILING FORM FEEDS
  3136.     AX = 0107h
  3137.     CL bit 0: output form feed between print jobs
  3138. Return: AL destroyed
  3139. SeeAlso: AX=0100h/SI=20D6h,AX=0101h/SI=20D6h
  3140. --------N-2F0200-----------------------------
  3141. INT 2F U - PC LAN PROGRAM REDIR/REDIRIFS internal - INSTALLATION CHECK
  3142.     AX = 0200h
  3143. Return: AL = FFh if installed
  3144. Desc:    determine whether the PC LAN Program redirector is installed
  3145. SeeAlso: AX=0201h,AX=0203h
  3146. --------N-2F0201-----------------------------
  3147. INT 2F U - PC LAN PROGRAM REDIR/REDIRIFS internal - ???
  3148.     AX = 0201h
  3149. Return: nothing???
  3150. Notes:    this function is called by the DOS 3.3+ PRINT.COM
  3151.     AX=0202h appears to be the opposite function
  3152.     these functions are supposedly used to signal opening and closing of
  3153.       printers
  3154. SeeAlso: AX=0202h
  3155. --------N-2F0202-----------------------------
  3156. INT 2F U - PC LAN PROGRAM REDIR/REDIRIFS internal - ???
  3157.     AX = 0202h
  3158.     ???
  3159. Return: nothing???
  3160. Notes:    this function is called by the DOS 3.3+ PRINT.COM
  3161.     these functions are supposedly used to signal opening and closing of
  3162.       printers
  3163. SeeAlso: AX=0201h
  3164. --------N-2F0203-----------------------------
  3165. INT 2F U - PC LAN PROGRAM REDIR/REDIRIFS internal - ???
  3166.     AX = 0203h
  3167. Return: nothing???
  3168. Notes:    this function is called by the DOS 3.3+ PRINT.COM
  3169.     AX=0204h appears to be the opposite function
  3170.     these functions are supposedly used to signal opening and closing of
  3171.       printers
  3172. SeeAlso: AX=0200h,AX=0204h
  3173. --------N-2F0204-----------------------------
  3174. INT 2F U - PC LAN PROGRAM REDIR/REDIRIFS internal - ???
  3175.     AX = 0204h
  3176.     ???
  3177. Return: nothing???
  3178. Notes:    this function is called by the DOS 3.3+ PRINT.COM
  3179.     AX=0203h appears to be the opposite function
  3180.     these functions are supposedly used to signal opening and closing of
  3181.       printers
  3182. SeeAlso: AX=0200h,AX=0203h
  3183. --------N-2F---------------------------------
  3184. INT 2F U - PC LAN PROGRAM REDIR/REDIRIFS internal - ???
  3185.     AX = 02xxh
  3186.     ???
  3187. Return: ???
  3188. --------l-2F0500-----------------------------
  3189. INT 2F U - DOS 3.0+ CRITICAL ERROR HANDLER - INSTALLATION CHECK
  3190.     AX = 0500h
  3191. Return: AL = 00h not installed, OK to install
  3192.          01h not installed, can't install
  3193.          FFh installed
  3194. Desc:    determine whether a critical error message override is installed
  3195. Note:    this set of functions allows a user program to partially or completely
  3196.       override the default critical error handler's message in COMMAND.COM
  3197. SeeAlso: AH=05h,INT 24
  3198. --------l-2F05-------------------------------
  3199. INT 2F CU - DOS 3.0+ CRITICAL ERROR HANDLER - EXPAND ERROR INTO STRING
  3200.     AH = 05h
  3201. ---DOS 3.x---
  3202.     AL = extended error code (not zero)
  3203. ---DOS 4.0+ ---
  3204.     AL = error type
  3205.         01h DOS extended error code
  3206.         02h parameter error
  3207.     BX = error code
  3208. Return: CF clear if successful
  3209.         ES:DI -> ASCIZ error message (read-only)
  3210.         AL = completion state
  3211.         00h message requires completion with device name, drive, etc.
  3212.         01h message is complete as returned
  3213.     CF set if error code can't be converted to string
  3214.         AX,DI,ES destroyed
  3215.     other flags corrupted
  3216. Notes:    called at start of COMMAND.COM's default critical error handler if
  3217.       installed by a user program, allowing partial or complete overriding
  3218.       of the default error messages
  3219.     subfunction 02h is called by many DOS 4 external programs
  3220.     DR DOS's COMMAND.COM appends additional info ("0 files copied") to the
  3221.       returned string
  3222. SeeAlso: AX=0500h,AX=122Eh,INT 24
  3223. --------U-2F0600-----------------------------
  3224. INT 2F - DOS 3.0+ ASSIGN - INSTALLATION CHECK
  3225.     AX = 0600h
  3226. Return: AL = status
  3227.         00h not installed
  3228.         01h not installed, but not OK to install
  3229.         FFh installed
  3230. Notes:    ASSIGN is not a TSR in DR DOS 5.0; it is internally replaced by SUBST
  3231.       (see INT 21/AH=52h)
  3232.     undocumented prior to the release of DOS 5.0
  3233. SeeAlso: AX=0601h,INT 21/AH=52h
  3234. --------U-2F0601-----------------------------
  3235. INT 2F U - DOS 3.0+ ASSIGN - GET DRIVE ASSIGNMENT TABLE
  3236.     AX = 0601h
  3237. Return: ES = segment of ASSIGN work area and assignment table
  3238. Note:    the 26 bytes starting at ES:0103h specify which drive each of A: to Z:
  3239.       is mapped to.     Initially set to 01h 02h 03h....
  3240. SeeAlso: AX=0600h,AX=AF14h"WinDOS"
  3241. --------D-2F0800-----------------------------
  3242. INT 2F U - DRIVER.SYS support - INSTALLATION CHECK
  3243.     AX = 0800h
  3244. Return: AL = status
  3245.         00h not installed, OK to install
  3246.         01h not installed, not OK to install
  3247.         FFh installed
  3248. Desc:    determine whether the internal support code used by DRIVER.SYS is
  3249.       present; it is always present in DOS 3.2+
  3250. Note:    supported by DR DOS 5.0 and Novell DOS 7
  3251. --------D-2F0801-----------------------------
  3252. INT 2F U - DRIVER.SYS support - ADD NEW BLOCK DEVICE
  3253.     AX = 0801h
  3254.     DS:DI -> drive data table (see #1888,#1889,#1890)
  3255. Return: AX,BX,SI,ES destroyed
  3256. Notes:    moves down internal list of drive data tables, copying and modifying
  3257.       the drive description flags word for tables referencing same physical
  3258.       drive
  3259.     the data table is appended to the chain of tables
  3260.     supported by DR DOS 5.0 and Novell DOS 7
  3261. SeeAlso: AX=0803h
  3262. --------D-2F0802-----------------------------
  3263. INT 2F U - DRIVER.SYS support - EXECUTE DEVICE DRIVER REQUEST
  3264.     AX = 0802h
  3265.     ES:BX -> device driver request header (see #1884)
  3266. Return: request header updated as per requested operation
  3267. Notes:    supported by DR DOS 5.0
  3268.     DOS 3.2 executes this function on any AL value from 02h through F7h;
  3269.       DOS 4.0+ executes this function on AL=02h and AL=04h-F7h
  3270.     the command codes (see #1882) and structures described below apply
  3271.       to all drivers which support the appropriate commands; this call is
  3272.       just one of a number of ways in which a device driver request may
  3273.       be invoked
  3274.     this call reportedly leaves one word on the stack under MS-DOS 6.2,
  3275.       so the stack pointer should be saved and restored around the call
  3276.       to this function
  3277.     supported by Novell DOS 7
  3278. SeeAlso: AX=0800h,AX=0801h,AX=0803h,AX=1510h,INT 21/AH=52h,INT 21/AH=99h
  3279. SeeAlso: INT 21/AH=9Ah
  3280.  
  3281. (Table 1882)
  3282. Values for device driver command code:
  3283.  00h    INIT
  3284.  01h    MEDIA CHECK (block devices)
  3285.  02h    BUILD BPB (block devices)
  3286.  03h    IOCTL INPUT
  3287.  04h    INPUT
  3288.  05h    NONDESTRUCTIVE INPUT, NO WAIT (character devices)
  3289.  06h    INPUT STATUS (character devices)
  3290.  07h    INPUT FLUSH (character devices)
  3291.  08h    OUTPUT
  3292.  09h    OUTPUT WITH VERIFY
  3293.  0Ah    OUTPUT STATUS (character devices)
  3294.  0Bh    OUTPUT FLUSH (character devices)
  3295.  0Ch    IOCTL OUTPUT
  3296.  0Dh    (DOS 3.0+) DEVICE OPEN
  3297.  0Eh    (DOS 3.0+) DEVICE CLOSE
  3298.  0Fh    (DOS 3.0+) REMOVABLE MEDIA (block devices)
  3299.  10h    (DOS 3.0+) OUTPUT UNTIL BUSY (character devices)
  3300.  11h    (European MS-DOS 4.0) STOP OUTPUT (console screen drivers only)
  3301.  12h    (European MS-DOS 4.0) RESTART OUTPUT (console screen drivers only)
  3302.  13h    (DOS 3.2+) GENERIC IOCTL
  3303.  14h    unused
  3304.  15h    (European MS-DOS 4.0) RESET UNCERTAIN MEDIA FLAG
  3305.  16h    unused
  3306.  17h    (DOS 3.2+) GET LOGICAL DEVICE
  3307.  18h    (DOS 3.2+) SET LOGICAL DEVICE
  3308.  19h    (DOS 5.0+) CHECK GENERIC IOCTL SUPPORT
  3309.  80h    (CD-ROM) READ LONG
  3310.  81h    (CD-ROM) reserved
  3311.  82h    (CD-ROM) READ LONG PREFETCH
  3312.  83h    (CD-ROM) SEEK
  3313.  84h    (CD-ROM) PLAY AUDIO
  3314.  85h    (CD-ROM) STOP AUDIO
  3315.  86h    (CD-ROM) WRITE LONG
  3316.  87h    (CD-ROM) WRITE LONG VERIFY
  3317.  88h    (CD-ROM) RESUME AUDIO
  3318.  
  3319. Bitfields for device request status:
  3320. Bit(s)    Description    (Table 1883)
  3321.  15    error
  3322.  14-11    reserved
  3323.  10    ??? set by DOS kernel on entry to some driver calls
  3324.  9    busy
  3325.  8    done (may be clear on return under European MS-DOS 4.0)
  3326.  7-0    error code if bit 15 set (see #1885)
  3327.  
  3328. Format of device driver request header:
  3329. Offset    Size    Description    (Table 1884)
  3330.  00h    BYTE    length of request header
  3331.  01h    BYTE    subunit within device driver
  3332.  02h    BYTE    command code (see #1882)
  3333.  03h    WORD    status (filled in by device driver) (see #1883)
  3334. ---DOS---
  3335.  05h  4 BYTEs    reserved (unused in DOS 2.x and 3.x)
  3336.  09h    DWORD    (European MS-DOS 4.0 only) pointer to next request header in
  3337.               device's request queue
  3338.         (other versions) reserved (unused in DOS 2.x and 3.x)
  3339. ---STARLITE architecture---
  3340.  05h    DWORD    pointer to next request header
  3341.  09h  4 BYTEs    reserved
  3342. ---command code 00h---
  3343.  0Dh    BYTE    (ret) number of units
  3344.  0Eh    DWORD    (call) pointer to DOS device helper function (see #1886)
  3345.               (European MS-DOS 4.0 only)
  3346.         (call) pointer past end of memory available to driver (DOS 5+)
  3347.         (ret) address of first free byte following driver
  3348.  12h    DWORD    (call) pointer to commandline arguments
  3349.         (ret) pointer to BPB array (block drivers) or
  3350.               0000h:0000h (character drivers)
  3351.  16h    BYTE    (DOS 3.0+) drive number for first unit of block driver (0=A)
  3352.    ---European MS-DOS 4.0---
  3353.  17h    DWORD    pointer to function to save registers on stack
  3354.    ---DOS 5+ ---
  3355.  17h    WORD    (ret) error-message flag
  3356.         0001h MS-DOS should display error msg on init failure
  3357. ---command code 01h---
  3358.  0Dh    BYTE    media descriptor
  3359.  0Eh    BYTE    (ret) media status
  3360.         00h don't know
  3361.         01h media has not changed
  3362.         FFh media has been changed
  3363.  0Fh    DWORD    (ret, DOS 3.0+) pointer to previous volume ID if the
  3364.           OPEN/CLOSE/RM bit in device header is set and disk changed
  3365. ---command code 02h---
  3366.  0Dh    BYTE    media descriptor
  3367.  0Eh    DWORD    transfer address
  3368.         -> scratch sector if NON-IBM FORMAT bit in device header set
  3369.         -> first FAT sector otherwise
  3370.  12h    DWORD    pointer to BPB (set by driver) (see #0970 at INT 21/AH=53h)
  3371. ---command codes 03h,0Ch--- (see also INT 21/AX=4402h,INT 21/AX=4403h)
  3372.  0Dh    BYTE    media descriptor (block devices only)
  3373.  0Eh    DWORD    transfer address
  3374.  12h    WORD    (call) number of bytes to read/write
  3375.         (ret) actual number of bytes read or written
  3376. ---command codes 04h,08h,09h (except Compaq DOS 3.31, DR DOS 6)---
  3377.  0Dh    BYTE    media descriptor (block devices only)
  3378.  0Eh    DWORD    transfer address
  3379.  12h    WORD    byte count (character devices) or sector count (block devices)
  3380.  14h    WORD    starting sector number (block devices only)
  3381.  16h    DWORD    (DOS 3.0+) pointer to volume ID if error 0Fh returned
  3382.  1Ah    DWORD    (DOS 4.0+) 32-bit starting sector number (block devices with
  3383.           device attribute word bit 1 set only) if starting sector
  3384.           number above is FFFFh (see INT 21/AH=52h)
  3385. ---command codes 04h,08h,09h (Compaq DOS 3.31, DR DOS 6)---
  3386.  0Dh    BYTE    media descriptor (block devices only)
  3387.  0Eh    DWORD    transfer address
  3388.  12h    WORD    byte count (character devices) or sector count (block devices)
  3389.  14h    DWORD    32-bit starting sector number (block devices only)
  3390.     Note:    to reliably determine which variant of the request block for
  3391.           functions 04h,08h,09h has been passed to the driver, check
  3392.           the length field as well as the word at offset 14h.  If the
  3393.           length is 1Eh and 14h=FFFFh, use the DWORD at 1Ah as the
  3394.           starting sector number; if the length is 18h, use the DWORD
  3395.           at 14h; otherwise, use the WORD at 14h.
  3396. ---command code 05h---
  3397.  0Dh    BYTE    byte read from device if BUSY bit clear on return
  3398. ---command codes 06h,07h,0Ah,0Bh,0Dh,0Eh,0Fh---
  3399.  no further fields
  3400. ---command code 10h---
  3401.  0Dh    BYTE    unused
  3402.  0Eh    DWORD    transfer address
  3403.  12h    WORD    (call) number of bytes to write
  3404.         (ret) actual number of bytes written
  3405. ---command codes 11h,12h---
  3406.  0Dh    BYTE    reserved
  3407. ---command code 15h---
  3408.  no further fields
  3409. ---command codes 13h,19h---
  3410.  0Dh    BYTE    category code
  3411.         00h unknown
  3412.         01h COMn:
  3413.         03h CON
  3414.         05h LPTn:
  3415.         07h mouse (European MS-DOS 4.0)
  3416.         08h disk
  3417.         9Eh (STARLITE) Media Access Control driver
  3418.  0Eh    BYTE    function code
  3419.         00h (STARLITE) MAC Bind request
  3420.  0Fh    WORD    copy of DS at time of IOCTL call (apparently unused in DOS 3.3)
  3421.         SI contents (European MS-DOS 4.0)
  3422.  11h    WORD    offset of device driver header (see #0953)
  3423.         DI contents (European MS-DOS 4.0)
  3424.  13h    DWORD    pointer to parameter block from INT 21/AX=440Ch or AX=440Dh
  3425. ---command codes 80h,82h---
  3426.  0Dh    BYTE    addressing mode
  3427.         00h HSG (default)
  3428.         01h Phillips/Sony Red Book
  3429.  0Eh    DWORD    transfer address (ignored for command 82h)
  3430.  12h    WORD    number of sectors to read
  3431.         (if 0 for command 82h, request is an advisory seek)
  3432.  14h    DWORD    starting sector number
  3433.         logical sector number in HSG mode
  3434.         frame/second/minute/unused in Red Book mode
  3435.         (HSG sector = minute * 4500 + second * 75 + frame - 150)
  3436.  18h    BYTE    data read mode
  3437.         00h cooked (2048 bytes per frame)
  3438.         01h raw (2352 bytes per frame, including EDC/ECC)
  3439.  19h    BYTE    interleave size (number of sectors stored consecutively)
  3440.  1Ah    BYTE    interleave skip factor
  3441.         (number of sectors between consecutive portions)
  3442. ---command code 83h---
  3443.  0Dh    BYTE    addressing mode (see above)
  3444.  0Eh    DWORD    transfer address (ignored)
  3445.  12h    WORD    number of sectors to read (ignored)
  3446.  14h    DWORD    starting sector number (see also above)
  3447. ---command code 84h---
  3448.  0Dh    BYTE    addressing mode (see above)
  3449.  0Eh    DWORD    starting sector number (see also above)
  3450.  12h    DWORD    number of sectors to play
  3451. ---command codes 85h,88h---
  3452.  no further fields
  3453. ---command codes 86h,87h---
  3454.  0Dh    BYTE    addressing mode (see above)
  3455.  0Eh    DWORD    transfer address (ignored in write mode 0)
  3456.  12h    WORD    number of sectors to write
  3457.  14h    DWORD    starting sector number (see also above)
  3458.  18h    BYTE    write mode
  3459.         00h mode 0 (write all zeros)
  3460.         01h mode 1 (default) (2048 bytes per sector)
  3461.         02h mode 2 form 1 (2048 bytes per sector)
  3462.         03h mode 2 form 2 (2336 bytes per sector)
  3463.  19h    BYTE    interleave size (number of sectors stored consecutively)
  3464.  1Ah    BYTE    interleave skip factor
  3465.         (number of sectors between consecutive portions)
  3466.  
  3467. (Table 1885)
  3468. Values for device driver error code:
  3469.  00h    write-protect violation
  3470.  01h    unknown unit
  3471.  02h    drive not ready
  3472.  03h    unknown command
  3473.  04h    CRC error
  3474.  05h    bad drive request structure length
  3475.  06h    seek error
  3476.  07h    unknown media
  3477.  08h    sector not found
  3478.  09h    printer out of paper
  3479.  0Ah    write fault
  3480.  0Bh    read fault
  3481.  0Ch    general failure
  3482.  0Dh    reserved
  3483.  0Eh    (CD-ROM) media unavailable
  3484.  0Fh    invalid disk change
  3485.  
  3486. (Table 1886)
  3487. Call European MS-DOS 4.0 device helper function with:
  3488.     DL = function
  3489.         00h "SchedClock" called on each timer tick
  3490.         AL = tick interval in milliseconds
  3491.         01h "DevDone" device I/O complete
  3492.         ES:BX -> request header
  3493.         Note:    must update status word first; may be called from
  3494.               an interrupt handler
  3495.         02h "PullRequest" pull next request from queue
  3496.         DS:SI -> DWORD pointer to start of device's request queue
  3497.         Return: ZF clear if pending request
  3498.                 ES:BX -> request header
  3499.             ZF set if no more requests
  3500.         03h "PullParticular" remove specific request from queue
  3501.         DS:SI -> DWORD pointer to start of device's request queue
  3502.         ES:BX -> request header
  3503.         Return: ZF set if request header not found
  3504.         04h "PushRequest" push the request onto the queue
  3505.         DS:SI -> DWORD pointer to start of device's request queue
  3506.         ES:BX -> request header
  3507.         interrupts disabled
  3508.         05h "ConsInputFilter" keyboard input check
  3509.         AX = character (high byte 00h if PC ASCII character)
  3510.         Return: ZF set if character should be discarded
  3511.             ZF clear if character should be handled normally
  3512.         Note:    called by keyboard interrupt handler so DOS can scan
  3513.               for special input characters
  3514.         06h "SortRequest" push request in sorted order by starting sector
  3515.         DS:SI -> DWORD pointer to start of device's request queue
  3516.         ES:BX -> request header
  3517.         interrupts disabled
  3518.         07h "SigEvent" send signal on keyboard event
  3519.         AH = event identifier
  3520.         Return: AL,FLAGS destroyed
  3521.         09h "ProcBlock" block on event
  3522.         AX:BX = event identifier (typically a pointer)
  3523.         CX = timeout in ms or 0000h for never
  3524.         DH = interruptable flag (nonzero if pause may be interrupted)
  3525.         interrupts disabled
  3526.         Return: after corresponding ProcRun call
  3527.             CF clear if event wakeup, set if unusual wakeup
  3528.             ZF set if timeout wakeup, clear if interrupted
  3529.             AL = wakeup code, nonzero if unusual wakeup
  3530.             interrupts enabled
  3531.             BX,CX,DX destroyed
  3532.         Note:    block process and schedules another to run
  3533.         0Ah "ProcRun" unblock process
  3534.         AX:BX = event identifier (typically a pointer)
  3535.         Return: AX = number of processes awakened
  3536.             ZF set if no processes awakened
  3537.             BX,CX,DX destroyed
  3538.         0Bh "QueueInit" initialize/clear character queue
  3539.         DS:BX -> character queue structure (see #1887)
  3540.         Note:    the queue size field must be set before calling
  3541.         0Dh "QueueWrite" put a character in the queue
  3542.         DS:BX -> character queue (see #1887)
  3543.         AL = character to append to end of queue
  3544.         Return: ZF set if queue is full
  3545.             ZF clear if character stored
  3546.         0Eh "QueueRead" get a character from the queue
  3547.         DS:BX -> character queue (see #1887)
  3548.         Return: ZF set if queue is empty
  3549.             ZF clear if characters in queue
  3550.                 AL = first character in queue
  3551.         10h "GetDOSVar" return pointer to DOS variable
  3552.         AL = index of variable
  3553.             03h current process ID
  3554.         BX = index into variable if AL specifies an array
  3555.         CX = expected length of variable
  3556.         Return: CF clear if successful
  3557.                 DX:AX -> variable
  3558.             CF set on error
  3559.                 AX,DX destroyed
  3560.             BX,CX destroyed
  3561.         Note:    the variables may not be modified
  3562.         14h "Yield" yield CPU if higher-priority task ready to run
  3563.         Return: FLAGS destroyed
  3564.         1Bh "CritEnter" begin system critical section
  3565.         DS:BX -> semaphore (6 BYTEs, initialized to zero)
  3566.         Return: AX,BX,CX,DX destroyed
  3567.         1Ch "CritLeave" end system critical section
  3568.         DS:BX -> semaphore (6 BYTEs, initialized to zero)
  3569.         Return: AX,BX,CX,DX destroyed
  3570.         Note:    must be called in the context of the process which
  3571.               called CritEnter on the semaphore
  3572. Note:    the DWORD pointing at the request queue must be allocated by the driver
  3573.       and initialized to 0000h:0000h.  It always points at the next request
  3574.       to be executed
  3575.  
  3576. Format of European MS-DOS 4.0 character queue:
  3577. Offset    Size    Description    (Table 1887)
  3578.  00h    WORD    size of queue in bytes
  3579.  02h    WORD    index of next character out
  3580.  04h    WORD    count of characters in the queue
  3581.  06h  N BYTEs    queue buffer
  3582. --------D-2F0803-----------------------------
  3583. INT 2F U - DOS 4.0+ DRIVER.SYS support - GET DRIVE DATA TABLE LIST
  3584.     AX = 0803h
  3585. Return: DS:DI -> first drive data table in list (see #1888,#1889,#1890)
  3586. Note:    not available under DR DOS 5.0, but supported by Novell DOS 7 (using
  3587.       the MS-DOS 4+ data table format)
  3588. SeeAlso: AX=0801h
  3589.  
  3590. Format of DOS 3.30 drive data table:
  3591. Offset    Size    Description    (Table 1888)
  3592.  00h    DWORD    pointer to next table (offset FFFFh if last table)
  3593.  04h    BYTE    physical unit number (for INT 13)
  3594.  05h    BYTE    logical drive number (0=A:)
  3595.  06h 19 BYTEs    BIOS Parameter Block (see also INT 21/AH=53h)
  3596.         Offset    Size    Description
  3597.          00h    WORD    bytes per sector
  3598.          02h    BYTE    sectors per cluster, FFh if unknown
  3599.          03h    WORD    number of reserved sectors
  3600.          05h    BYTE    number of FATs
  3601.          06h    WORD    number of root dir entries
  3602.          08h    WORD    total sectors
  3603.          0Ah    BYTE    media descriptor, 00h if unknown
  3604.          0Bh    WORD    sectors per FAT
  3605.          0Dh    WORD    sectors per track
  3606.          0Fh    WORD    number of heads
  3607.          11h    WORD    number of hidden sectors
  3608.  19h    BYTE    flags
  3609.         bit 6: 16-bit FAT instead of 12-bit FAT
  3610.  1Ah    WORD    number of DEVICE OPEN calls without corresponding DEVICE CLOSE
  3611.  1Ch 11 BYTEs    volume label or "NO NAME    " if none (always "NO NAME" for
  3612.           fixed media)
  3613.  27h    BYTE    terminating null for volume label???
  3614.  28h    BYTE    device type (see #0869 at INT 21/AX=440Dh)
  3615.  29h    WORD    bit flags describing drive (see #1891)
  3616.  2Bh    WORD    number of cylinders
  3617.  2Dh 19 BYTEs    BIOS Parameter Block for highest capacity supported
  3618.  40h  3 BYTEs    ???
  3619.  43h  9 BYTEs    filesystem type???, default = "NO NAME    "
  3620.         (apparently only MS-DOS 3.30 fixed media, nulls for removable
  3621.           media and PC-DOS 3.30)
  3622.  4Ch    BYTE    least-significant byte of last-accessed cylinder number
  3623. ---removable media---
  3624.  4Dh    DWORD    time of last access in clock ticks (FFFFFFFFh if never)
  3625. ---fixed media---
  3626.  4Dh    WORD    partition (FFFFh = primary, 0001h = extended)
  3627.  4Fh    WORD    absolute cylinder number of partition's start on physical
  3628.           drive (always FFFFh if primary partition)
  3629. SeeAlso: #1889,#1890
  3630.  
  3631. Format of COMPAQ DOS 3.31 drive data table:
  3632. Offset    Size    Description    (Table 1889)
  3633.  00h    DWORD    pointer to next table (offset FFFFh if last table)
  3634.  04h    BYTE    physical unit number (for INT 13)
  3635.  05h    BYTE    logical drive number (0=A:)
  3636.  06h 25 BYTEs    BIOS Parameter Block (see DOS 4.0-6.0 drive data table below)
  3637.  1Fh  6 BYTEs    reserved fields from BPB above???
  3638.  25h    BYTE    flags
  3639.         bit 6: 16-bit FAT instead of 12-bit FAT
  3640.         bit 5: large volume???
  3641.  26h    WORD    device-open count???
  3642.  28h 11 BYTEs    volume label or "NO NAME    " if none (always "NO NAME" for
  3643.           fixed media)
  3644.  33h    BYTE    terminating null for volume label
  3645.  34h    BYTE    device type (see #0869 at INT 21/AX=440Dh)
  3646.  35h    WORD    bit flags describing drive (see #1891)
  3647.  37h    WORD    number of cylinders
  3648.  39h 25 BYTEs    BIOS parameter block for highest capacity drive supports
  3649.  52h  6 BYTEs    ??? apparently always zeros
  3650.  58h    BYTE    least-significant byte of last-accessed cylinder number
  3651. ---removable media---
  3652.  59h    DWORD    time of last access in clock ticks (FFFFFFFFh if never)
  3653. ---fixed media---
  3654.  59h    WORD    partition (FFFFh = primary, 0001h = extended)
  3655.  5Bh    WORD    absolute cylinder number of partition's start on physical
  3656.           drive (always FFFFh if primary partition)
  3657. SeeAlso: #1888,#1890
  3658.  
  3659. Format of DOS 4.0-6.0 drive data table:
  3660. Offset    Size    Description    (Table 1890)
  3661.  00h    DWORD    pointer to next table (offset FFFFh if last table)
  3662.  04h    BYTE    physical unit number (for INT 13)
  3663.  05h    BYTE    logical drive number (0=A:)
  3664.  06h 25 BYTEs    BIOS Parameter Block (see also INT 21/AH=53h)
  3665.         Offset    Size    Description
  3666.          00h    WORD    bytes per sector
  3667.          02h    BYTE    sectors per cluster, FFh if unknown
  3668.          03h    WORD    number of reserved sectors
  3669.          05h    BYTE    number of FATs
  3670.          06h    WORD    number of root dir entries
  3671.          08h    WORD    total sectors (see offset 15h if zero)
  3672.          0Ah    BYTE    media descriptor, 00h if unknown
  3673.          0Bh    WORD    sectors per FAT
  3674.          0Dh    WORD    sectors per track
  3675.          0Fh    WORD    number of heads
  3676.          11h    DWORD    number of hidden sectors
  3677.          15h    DWORD    total sectors if WORD at 08h is zero
  3678.  1Fh    BYTE    flags
  3679.         bit 6: 16-bit FAT instead of 12-bit
  3680.         bit 7: unsupportable disk (all accesses will return Not Ready)
  3681.  20h    WORD    device-open count
  3682.  22h    BYTE    device type (see #0869 at INT 21/AX=440Dh)
  3683.  23h    WORD    bit flags describing drive (see #1891)
  3684.  25h    WORD    number of cylinders (for partition only, if hard disk)
  3685.  27h 25 BYTEs    BIOS Parameter Block for default (highest) capacity supported
  3686.  40h  6 BYTEs    reserved (part of BPB above)
  3687.  46h    BYTE    last track accessed
  3688. ---removable media---
  3689.  47h    DWORD    time of last access in clock ticks (FFFFFFFFh if never)
  3690. ---fixed media---
  3691.  47h    WORD    partition (FFFFh = primary, 0001h = extended)
  3692.         always 0001h for DOS 5+
  3693.  49h    WORD    absolute cylinder number of partition's start on physical drive
  3694.         (FFFFh if primary partition in DOS 4.x)
  3695. ------
  3696.  4Bh 11 BYTEs    volume label or "NO NAME    " if none (apparently taken from
  3697.           extended boot record rather than root directory)
  3698.  56h    BYTE    terminating null for volume label
  3699.  57h    DWORD    serial number
  3700.  5Bh  8 BYTEs    filesystem type ("FAT12      " or "FAT16    ")
  3701.  63h    BYTE    terminating null for filesystem type
  3702. SeeAlso: #1888,#1889
  3703.  
  3704. Bitfields for flags describing drive:
  3705. Bit(s)    Description    (Table 1891)
  3706.  0    fixed media
  3707.  1    door lock ("changeline") supported
  3708.  2    current BPB locked
  3709.  3    all sectors in a track are the same size
  3710.  4    physical drive has multiple logical units
  3711.  5    current logical drive for shared physical drive
  3712.  6    disk change detected
  3713.  7    device parameters were changed (set DASD before formatting)
  3714.     (see #0868 at INT 21/AX=440Dh)
  3715.  8    disk reformatted (BPB of current media was changed)
  3716.  9    access flag (fixed media only, disables reads and writes)
  3717.     (see #0874 at INT 21/AX=440Dh)
  3718. --------f-2F1000-----------------------------
  3719. INT 2F - SHARE - INSTALLATION CHECK
  3720.     AX = 1000h
  3721. Return: AL = status
  3722.         00h not installed, OK to install
  3723.         01h not installed, not OK to install
  3724.         FFh installed
  3725. BUGS:    values of AL other than 00h put DOS 3.x SHARE into an infinite loop
  3726.       (08E9: OR  AL,AL
  3727.        08EB: JNZ 08EB) <- the buggy instruction (DOS 3.3)
  3728.     values of AL other than described here put PC-DOS 4.00 into the same
  3729.       loop (the buggy instructions are the same)
  3730. Notes:    supported by OS/2 v1.3+ compatibility box, which always returns AL=FFh
  3731.     if DOS 4.01 SHARE was automatically loaded, file sharing is in an
  3732.       inactive state (due to the undocumented /NC flag used by the autoload
  3733.       code) until this call is made
  3734.     DOS 5+ chains to the previous handler if AL <> 00h on entry
  3735.     Windows Enhanced mode hooks this call and reports that SHARE is
  3736.       installed even when it is not
  3737. SeeAlso: AX=1080h,INT 21/AH=52h
  3738. --------d-2F1001-----------------------------
  3739. INT 2F U - DR DOS 6.0 SHARE internal - SET ???
  3740.     AX = 1001h
  3741.     DX:BX -> ???function
  3742. Notes:    this function is also supported by SuperStor, a disk-compression
  3743.       program by Addstor which is bundled with DR DOS 6.0, and the
  3744.       Novell DOS 7 DELWATCH.EXE
  3745.     the default handler for the pointer set by this call under DELWATCH
  3746.       simply returns with CF set
  3747. SeeAlso: AX=1000h,AX=F800h
  3748. --------f-2F1040-----------------------------
  3749. INT 2F U - DOS 4 only SHARE internal - ???
  3750.     AX = 1040h
  3751.     ???
  3752. Return: AL = FFh???
  3753. SeeAlso: AX=1000h
  3754. --------f-2F1080-----------------------------
  3755. INT 2F U - DOS 4 only SHARE internal - TURN ON FILE SHARING CHECKS
  3756.     AX = 1080h
  3757. Return: AL = status
  3758.         F0h successful
  3759.         FFh checking was already on
  3760. Note:    DOS 4.x SHARE has dual functions: FCB support for large (>32M) media
  3761.       and file sharing checks.  The undocumented commandline flag /NC can
  3762.       be used to disable the sharing code.
  3763. SeeAlso: AX=1000h,AX=1081h
  3764. --------f-2F1081-----------------------------
  3765. INT 2F U - DOS 4 only SHARE internal - TURN OFF FILE SHARING CHECKS
  3766.     AX = 1081h
  3767. Return: AL = status
  3768.         F0h successful
  3769.         FFh checking was already off
  3770. Note:    (see AX=1080h)
  3771. SeeAlso: AX=1000h,AX=1080h
  3772. --------O-2F10FE-----------------------------
  3773. INT 2F U - Novell DOS 7 DELWATCH.EXE - INSTALLATION CHECK
  3774.     AX = 10FEh
  3775. Return: AX = 20FFh if installed and active
  3776.         DX:BX -> private entry point (see #1892)
  3777.  
  3778. (Table 1892)
  3779. Call DELWATCH private entry point with:
  3780.     AH = function
  3781.         00h NOP???
  3782.         Return: AX = 0000h
  3783.             CX = 0004h (unsupported function)
  3784.         01h disable DELWATCH on drive
  3785.         AL = drive number (00h = A:)
  3786.         Return: AX = status (0000h if failed, FFFFh if successful)
  3787.         02h ???
  3788.         AL = drive number (00h = A:)
  3789.         ???
  3790.         Return: ???
  3791.         03h    ???
  3792.         AL = drive number (00h = A:)
  3793.         CX = ??? (0000h/0001h)
  3794.         ???
  3795.         Return: ???
  3796.         04h ???
  3797.         AL = drive number (00h = A:)
  3798.         ???
  3799.         Return: ???
  3800.         05h ???
  3801.         AL = drive number (00h = A:)
  3802.         ???
  3803.         Return: ???
  3804.         06h enable DELWATCH on drive
  3805.         AL = drive number with bit 7 set (80h = A:, etc.)
  3806.         BX = maximum files of same name in one directory to save
  3807.         CX = maximum files to save on this disk
  3808.         ???
  3809.         Return: AX = status
  3810.                 0000h failed
  3811.                 FFFFh successful
  3812.             CX = error code on failure
  3813.                 (0004h if AL < 80h on entry)
  3814.         07h ???
  3815.         08h set file extensions list
  3816.         AL = sense (00h exclude named extensions, 01h only named ext.)
  3817.         DS:BX -> 31-byte ASCIZ extension list (three blank-padded bytes
  3818.               per extension)
  3819.         Return: AX = FFFFh (successful)
  3820.         09h    ???
  3821.         AL = drive number (00h = A:)
  3822.         ???
  3823.         Return: ???
  3824.         0Ah ???
  3825.         AL = drive number (00h = A:)
  3826.         ???
  3827.         Return: ???
  3828.         0Bh reset ???
  3829.         Return: AX = FFFFh (successful)
  3830.         see also function 0Dh
  3831.         0Ch check if drive enabled
  3832.         AL = drive number with bit 7 set (80h = A:, etc.)
  3833.         Return: AX = state
  3834.                 0000h disabled or error (check CX)
  3835.                 0001h drive enabled
  3836.             CX = error code (0004h invalid drive number)
  3837.         0Dh set ???
  3838.         BX = ???
  3839.         Return: AX = FFFFh (successful)
  3840.         see also function 0Bh
  3841.         0Eh ???
  3842.         AL = drive number (00h = A:)
  3843.         ???
  3844.         Return: ???
  3845. Return: AX = 0000h, CX = 0001h if DELWATCH busy
  3846.     registers unchanged if AH >= 0Fh on entry
  3847. --------O-2F10FF-----------------------------
  3848. INT 2F U - Multiplex - DR DOS 5.0 - ???
  3849.     AX = 10FFh
  3850.     ES:BX -> ???
  3851. Note:    sets pointer in kernel
  3852. --------N-2F1100-----------------------------
  3853. INT 2F C - NETWORK REDIRECTOR - INSTALLATION CHECK
  3854.     AX = 1100h
  3855. Return: AL = status
  3856.         00h not installed, OK to install
  3857.         01h not installed, not OK to install
  3858.         FFh installed
  3859.         AH = product identifier (ad hoc by various manufacturers)
  3860.             00h if PC Tools v8 DRIVEMAP
  3861.             42h ('B') for Beame&Whiteside BWNFS v3.0a
  3862.             6Eh ('n') for NetWare Lite v1.1 CLIENT
  3863. Notes:    this function is called by the DOS 3.1+ kernel
  3864.     in DOS 4.x only, the 11xx calls are all in IFSFUNC.EXE, not in the
  3865.       PC LAN Program redirector; DOS 5+ moves the calls back into the
  3866.       redirector
  3867.     the PC Network 1.00 redirector (renamed to PC LAN Program in 1.1-1.3)
  3868.       only supports AL=00h-27h
  3869. --------d-2F1100SFDADA-----------------------
  3870. INT 2F - MSCDEX (MS CD-ROM Extensions) - INSTALLATION CHECK
  3871.     AX = 1100h subfn DADAh
  3872.     STACK: WORD DADAh
  3873. Return: AL = status
  3874.         00h not installed, OK to install
  3875.         STACK unchanged
  3876.         01h not installed, not OK to install
  3877.         STACK unchanged
  3878.         FFh installed
  3879.         STACK: WORD    ADADh if MSCDEX installed
  3880.                 DADBh if Lotus CD/Networker installed
  3881. Note:    although MSCDEX sets the stack word to ADADh on return, any value other
  3882.       than DADAh is considered to mean that MSCDEX is already installed;
  3883.       Lotus CD/Networker v4+ uses this feature to fool MSCDEX into
  3884.       thinking it is already installed when it is in fact CD/Networker
  3885.       that is installed
  3886. Index:    installation check;Lotus CD/Networker
  3887. Index:    Lotus CD/Networker;installation check
  3888. --------N-2F1101-----------------------------
  3889. INT 2F CU - NETWORK REDIRECTOR - REMOVE REMOTE DIRECTORY
  3890.     AX = 1101h
  3891.     SS = DOS DS
  3892.     SDA first filename pointer -> fully-qualified directory name
  3893.     SDA CDS pointer -> current directory structure for drive with dir
  3894. Return: CF set on error
  3895.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  3896.     CF clear if successful
  3897. Note:    this function is called by the DOS 3.1+ kernel
  3898. SeeAlso: AX=1103h,AX=1105h,INT 21/AH=3Ah,INT 21/AH=60h
  3899. --------N-2F1102-----------------------------
  3900. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - REMOVE REMOTE DIRECTORY
  3901.     AX = 1102h
  3902.     SS = DOS DS
  3903.     SDA first filename pointer -> fully-qualified directory name
  3904.     SDA CDS pointer -> current directory structure for drive with dir
  3905. Return: CF set on error
  3906.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  3907.     CF clear if successful
  3908. Note:    appears to be identical to AX=1101h; MS internal documentation calls
  3909.       this function "SEQ_RMDIR"
  3910. SeeAlso: AX=1101h
  3911. --------N-2F1103-----------------------------
  3912. INT 2F CU - NETWORK REDIRECTOR - MAKE REMOTE DIRECTORY
  3913.     AX = 1103h
  3914.     SS = DOS DS
  3915.     SDA first filename pointer -> fully-qualified directory name
  3916.     SDA CDS pointer -> current directory structure for drive with dir
  3917. Return: CF set on error
  3918.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  3919.     CF clear if successful
  3920. Note:    this function is called by the DOS 3.1+ kernel
  3921. SeeAlso: AX=1101h,AX=1105h,INT 21/AH=39h,INT 21/AH=60h
  3922. --------N-2F1104-----------------------------
  3923. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - MAKE REMOTE DIRECTORY
  3924.     AX = 1104h
  3925.     SS = DOS DS
  3926.     SDA first filename pointer -> fully-qualified directory name
  3927.     SDA CDS pointer -> current directory structure for drive with dir
  3928. Return: CF set on error
  3929.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  3930.     CF clear if successful
  3931. Note:    appears to be identical to AX=1103h
  3932. SeeAlso: AX=1103h
  3933. --------N-2F1105-----------------------------
  3934. INT 2F CU - NETWORK REDIRECTOR - CHDIR
  3935.     AX = 1105h
  3936.     SS = DOS DS
  3937.     SDA first filename pointer -> fully-qualified directory name
  3938.     SDA CDS pointer -> current directory structure for drive with dir
  3939. Return: CF set on error
  3940.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  3941.     CF clear if successful
  3942.         CDS updated with new path
  3943. Notes:    this function is called by the DOS 3.1+ kernel
  3944.     directory string in CDS should not have a terminating backslash unless
  3945.       the current directory is the root
  3946. SeeAlso: AX=1101h,AX=1103h,INT 21/AH=3Bh,INT 21/AH=60h
  3947. --------N-2F1106-----------------------------
  3948. INT 2F CU - NETWORK REDIRECTOR - CLOSE REMOTE FILE
  3949.     AX = 1106h
  3950.     BX = device info word from SFT
  3951.     ES:DI -> SFT
  3952.         SFT DPB field -> DPB of drive containing file
  3953. Return: CF set on error
  3954.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  3955.     CF clear if successful
  3956.         SFT updated (redirector must decrement open count, which may be
  3957.           done with INT 2F/AX=1208h)
  3958. Note:    this function is called by the DOS 3.1+ kernel
  3959. SeeAlso: AX=1116h,AX=1201h,AX=1208h,AX=1227h,INT 21/AH=3Eh
  3960. --------N-2F1107-----------------------------
  3961. INT 2F CU - NETWORK REDIRECTOR - COMMIT REMOTE FILE
  3962.     AX = 1107h
  3963.     ES:DI -> SFT
  3964.         SFT DPB field -> DPB of drive containing file
  3965. Return: CF set on error
  3966.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  3967.     CF clear if successful
  3968.         all buffers for file flushed
  3969.         directory entry updated
  3970. Note:    this function is called by the DOS 3.1+ kernel
  3971. SeeAlso: INT 21/AH=68h,INT 21/AX=5D01h
  3972. --------N-2F1108-----------------------------
  3973. INT 2F CU - NETWORK REDIRECTOR - READ FROM REMOTE FILE
  3974.     AX = 1108h
  3975.     ES:DI -> SFT
  3976.         SFT DPB field -> DPB of drive containing file
  3977.     CX = number of bytes
  3978.     SS = DOS DS
  3979.     SDA DTA field -> user buffer
  3980. Return: CF set on error
  3981.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  3982.     CF clear if successful
  3983.         CX = number of bytes read (0000h = end of file)
  3984.         SFT updated
  3985. Note:    this function is called by the DOS 3.1+ kernel
  3986. SeeAlso: AX=1109h,AX=1229h,INT 21/AH=3Fh,INT 21/AX=5D06h
  3987. --------N-2F1109-----------------------------
  3988. INT 2F CU - NETWORK REDIRECTOR - WRITE TO REMOTE FILE
  3989.     AX = 1109h
  3990.     ES:DI -> SFT
  3991.         SFT DPB field -> DPB of drive containing file
  3992.     CX = number of bytes
  3993.     SS = DOS DS
  3994.     SDA DTA field -> user buffer
  3995. Return: CF set on error
  3996.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  3997.     CF clear if successful
  3998.         CX = number of bytes written
  3999.         SFT updated
  4000. Notes:    this function is called by the DOS 3.1+ kernel
  4001.     PrintCache v3.1 PCACHE.EXE intercepts this function for SFTs where
  4002.       the Device Driver Header field points at PCACHE, but does not
  4003.       intercept any other network redirector functions
  4004. SeeAlso: AX=1107h,AX=1108h,INT 21/AH=40h,INT 21/AX=5D06h
  4005. --------N-2F110A-----------------------------
  4006. INT 2F CU - NETWORK REDIRECTOR (DOS 3.x only) - LOCK REGION OF FILE
  4007.     AX = 110Ah
  4008.     BX = file handle
  4009.     CX:DX = starting offset
  4010.     SI = high word of size
  4011.     STACK: WORD low word of size
  4012.     ES:DI -> SFT
  4013.         SFT DPB field -> DPB of drive containing file
  4014.     SS = DOS DS
  4015. Return: CF set on error
  4016.        AL = DOS error code (see #0980 at INT 21/AH=59h)
  4017.     STACK unchanged
  4018. Notes:    this function is called by the DOS 3.10-3.31 kernel
  4019.     the redirector is expected to resolve lock conflicts
  4020. SeeAlso: AX=110Bh,INT 21/AH=5Ch
  4021. --------N-2F110A-----------------------------
  4022. INT 2F CU - NETWORK REDIRECTOR (DOS 4.0+) - LOCK/UNLOCK REGION OF FILE
  4023.     AX = 110Ah
  4024.     BL = function
  4025.         00h lock
  4026.         01h unlock
  4027.     CX = number of lock/unlock parameters (0001h for DOS 4.0-6.1)
  4028.     DS:DX -> parameter block (see #1893)
  4029.     ES:DI -> SFT
  4030.         SFT DPB field -> DPB of drive containing file
  4031.     SS = DOS DS
  4032. Return: CF set on error
  4033.        AL = DOS error code (see #0980 at INT 21/AH=59h)
  4034. Notes:    this function is called by the DOS 4.0+ kernel
  4035.     the redirector is expected to resolve lock conflicts
  4036. SeeAlso: AX=110Bh,INT 21/AH=5Ch
  4037.  
  4038. Format of parameter block entry [array, but currently limited to single entry]:
  4039. Offset    Size    Description    (Table 1893)
  4040.  00h    DWORD    start offset
  4041.  04h    DWORD    size of region
  4042. --------N-2F110B-----------------------------
  4043. INT 2F CU - NETWORK REDIRECTOR (DOS 3.x only) - UNLOCK REGION OF FILE
  4044.     AX = 110Bh
  4045.     BX = file handle
  4046.     CX:DX = starting offset
  4047.     SI = high word of size
  4048.     STACK: WORD low word of size
  4049.     ES:DI -> SFT for file
  4050.         SFT DPB field -> DPB of drive containing file
  4051. Return: CF set on error
  4052.        AL = DOS error code (see #0980 at INT 21/AH=59h)
  4053.     STACK unchanged
  4054. Note:    this function is called by the DOS 3.1-3.31 kernel; DOS 4.0+ calls AX=110Ah instead
  4055. SeeAlso: AX=110Ah,INT 21/AH=5Ch
  4056. --------N-2F110C-----------------------------
  4057. INT 2F CU - NETWORK REDIRECTOR - GET DISK INFORMATION
  4058.     AX = 110Ch
  4059.     ES:DI -> current directory structure for desired drive
  4060. Return: CF clear if data valid
  4061.         AL = sectors per cluster
  4062.         AH = media ID byte
  4063.         BX = total clusters
  4064.         CX = bytes per sector
  4065.         DX = number of available clusters
  4066.     CF set if data invalid
  4067. Note:    this function is called by the DOS 3.1+ kernel
  4068. SeeAlso: INT 21/AH=36h
  4069. --------N-2F110D-----------------------------
  4070. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - SET REMOTE FILE'S ATTRIBUTES
  4071.     AX = 110Dh
  4072.     SDA first filename pointer -> name of file
  4073.     ???
  4074. Return: ???
  4075. Note:    similar to AX=110Eh
  4076. SeeAlso: AX=110Eh
  4077. --------N-2F110E-----------------------------
  4078. INT 2F CU - NETWORK REDIRECTOR - SET REMOTE FILE'S ATTRIBUTES
  4079.     AX = 110Eh
  4080.     SS = DOS DS
  4081.     SDA first filename pointer -> fully-qualified name of file
  4082.     SDA CDS pointer -> current directory structure for drive with file
  4083.     STACK: WORD new file attributes
  4084. Return: CF set on error
  4085.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  4086.     CF clear if successful
  4087.     STACK unchanged
  4088. Note:    this function is called by the DOS 3.1+ kernel
  4089. SeeAlso: AX=110Dh,AX=110Fh,INT 21/AX=4301h,INT 21/AH=60h
  4090. --------N-2F110F-----------------------------
  4091. INT 2F CU - NETWORK REDIRECTOR - GET REMOTE FILE'S ATTRIBUTES AND SIZE
  4092.     AX = 110Fh
  4093.     SS = DOS DS
  4094.     SDA first filename pointer -> fully-qualified name of file
  4095.     SDA CDS pointer -> current directory structure for drive with file
  4096. Return: CF set on error
  4097.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  4098.     CF clear if successful
  4099.         AX = file attributes
  4100.         BX:DI = file size
  4101. Note:    this function is called by the DOS 3.1+ kernel
  4102. SeeAlso: AX=110Eh,INT 21/AX=4300h,INT 21/AH=60h
  4103. --------N-2F1110-----------------------------
  4104. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - GET REMOTE FILE'S ATTRIBUTES AND SIZE
  4105.     AX = 1110h
  4106.     SDA first filename pointer -> name of file
  4107.     ???
  4108. Return: ???
  4109. Note:    appears to be similar to AX=110Fh
  4110. SeeAlso: AX=110Eh
  4111. --------N-2F1111-----------------------------
  4112. INT 2F CU - NETWORK REDIRECTOR - RENAME REMOTE FILE
  4113.     AX = 1111h
  4114.     SS = DS = DOS DS
  4115.     SDA first filename pointer = offset of fully-qualified old name
  4116.     SDA second filename pointer = offset of fully-qualified new name
  4117.     SDA CDS pointer -> current directory structure for drive with file
  4118. Return: CF set on error
  4119.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  4120.     CF clear if successful
  4121. Note:    this function is called by the DOS 3.1+ kernel
  4122. SeeAlso: AX=1112h,INT 21/AH=56h,INT 21/AH=60h
  4123. --------N-2F1112-----------------------------
  4124. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - RENAME REMOTE FILE
  4125.     AX = 1112h
  4126.     SS = DS = DOS DS
  4127.     SDA first filename pointer -> name of file
  4128.     ???
  4129. Return: ???
  4130. Note:    similar to AX=1111h
  4131. SeeAlso: AX=1111h
  4132. --------N-2F1113-----------------------------
  4133. INT 2F CU - NETWORK REDIRECTOR - DELETE REMOTE FILE
  4134.     AX = 1113h
  4135.     SS = DS = DOS DS
  4136.     SDA first filename pointer -> fully-qualified filename in DOS DS
  4137.     SDA CDS pointer -> current directory structure for drive with file
  4138. Return: CF set on error
  4139.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  4140.     CF clear if successful
  4141. Notes:    this function is called by the DOS 3.1+ kernel
  4142.     the filespec may contain wildcards
  4143. SeeAlso: AX=1114h,INT 21/AH=41h,INT 21/AH=60h
  4144. --------N-2F1114-----------------------------
  4145. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - DELETE REMOTE FILE
  4146.     AX = 1114h
  4147.     SDA first filename pointer -> name of file
  4148.     ???
  4149. Return: ???
  4150. Note:    similar to AX=1113h
  4151. SeeAlso: AX=1113h
  4152. --------N-2F1115-----------------------------
  4153. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - OPEN REMOTE FILE
  4154.     AX = 1115h
  4155.     SS = DOS DS
  4156.     ES:DI -> SFT ???
  4157.     ???
  4158. Return: ???
  4159. Note:    similar to AX=1116h
  4160. SeeAlso: AX=1116h,AX=112Eh
  4161. --------N-2F1116-----------------------------
  4162. INT 2F CU - NETWORK REDIRECTOR - OPEN EXISTING REMOTE FILE
  4163.     AX = 1116h
  4164.     ES:DI -> uninitialized SFT
  4165.     SS = DOS DS
  4166.     SDA first filename pointer -> fully-qualified name of file to open
  4167.     STACK: WORD file access and sharing modes (see #0715 at INT 21/AH=3Dh)
  4168. Return: CF set on error
  4169.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  4170.     CF clear if successful
  4171.         SFT filled (except handle count, which DOS manages itself)
  4172.     STACK unchanged
  4173. Note:    this function is called by the DOS 3.1+ kernel
  4174. SeeAlso: AX=1106h,AX=1115h,AX=1117h,AX=1118h,AX=112Eh,INT 21/AH=3Dh
  4175. SeeAlso: INT 21/AH=60h
  4176. --------N-2F1117-----------------------------
  4177. INT 2F CU - NETWORK REDIRECTOR - CREATE/TRUNCATE REMOTE FILE
  4178.     AX = 1117h
  4179.     ES:DI -> uninitialized SFT
  4180.     SS = DOS DS
  4181.     SDA first filename pointer -> fully-qualified name of file to open
  4182.     SDA CDS pointer -> current directory structure for drive with file
  4183.     STACK: WORD file creation mode
  4184.             low byte = file attributes (see #0714 at INT 21/AH=3Ch)
  4185.             high byte = 00h normal create, 01h create new file
  4186. Return: CF set on error
  4187.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  4188.     CF clear if successful
  4189.         SFT filled (except handle count, which DOS manages itself)
  4190.     STACK unchanged
  4191. Note:    this function is called by the DOS 3.1+ kernel
  4192. SeeAlso: AX=1106h,AX=1116h,AX=1118h,AX=112Eh,INT 21/AH=3Ch,INT 21/AH=60h
  4193. --------N-2F1118-----------------------------
  4194. INT 2F CU - NETWORK REDIRECTOR - CREATE/TRUNCATE FILE WITHOUT CDS
  4195.     AX = 1118h
  4196.     ES:DI -> uninitialized SFT
  4197.     SS = DOS DS
  4198.     SDA first filename pointer -> fully-qualified name of file
  4199.     STACK: WORD file creation mode
  4200.             low byte = file attributes
  4201.             high byte = 00h normal create, 01h create new file
  4202. Return: ???
  4203.     STACK unchanged
  4204. Note:    this function is called by the DOS 3.1+ kernel when creating a file
  4205.       on a drive for which the SDA CDS pointer has offset FFFFh
  4206. SeeAlso: AX=1106h,AX=1116h,AX=1117h,AX=112Eh,INT 21/AH=60h
  4207. --------N-2F1119-----------------------------
  4208. INT 2F CU - NETWORK REDIRECTOR - FIND FIRST FILE WITHOUT CDS
  4209.     AX = 1119h
  4210.     SS = DS = DOS DS
  4211.     [DTA] = uninitialized 21-byte findfirst search data
  4212.           (see #0933 at INT 21/AH=4Eh)
  4213.     SDA first filename pointer -> fully-qualified search template
  4214.     SDA search attribute = attribute mask for search
  4215. Return: CF set on error
  4216.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  4217.     CF clear if successful
  4218.         [DTA] = updated findfirst search data
  4219.             (bit 7 of first byte must be set)
  4220.         [DTA+15h] = standard directory entry for file (see #0668)
  4221. Notes:    this function is called by the DOS 3.1+ kernel
  4222.     DOS 4.x IFSFUNC returns CF set, AX=0003h
  4223. SeeAlso: AX=111Ah,AX=111Bh,INT 21/AH=1Ah
  4224. --------N-2F111A-----------------------------
  4225. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - FIND NEXT FILE WITHOUT CDS
  4226.     AX = 111Ah
  4227.     ???
  4228. Return: CF set
  4229.         AX = error code (03h for DOS 4.01 IFSFUNC)
  4230. Note:    use AX=111Ch for DOS 5+
  4231. SeeAlso: AX=1119h,AX=111Ch
  4232. --------N-2F111B-----------------------------
  4233. INT 2F CU - NETWORK REDIRECTOR - FINDFIRST
  4234.     AX = 111Bh
  4235.     SS = DS = DOS DS
  4236.     [DTA] = uninitialized 21-byte findfirst search data
  4237.           (see #0933 at INT 21/AH=4Eh)
  4238.     SDA first filename pointer -> fully-qualified search template
  4239.     SDA CDS pointer -> current directory structure for drive with file
  4240.     SDA search attribute = attribute mask for search
  4241. Return: CF set on error
  4242.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  4243.     CF clear if successful
  4244.         [DTA] = updated findfirst search data
  4245.             (bit 7 of first byte must be set)
  4246.         [DTA+15h] = standard directory entry for file (see #0668)
  4247. Note:    this function is called by the DOS 3.1+ kernel
  4248. SeeAlso: AX=1119h,AX=111Ch,INT 21/AH=1Ah,INT 21/AH=4Eh,INT 21/AH=60h
  4249. --------N-2F111C-----------------------------
  4250. INT 2F CU - NETWORK REDIRECTOR - FINDNEXT
  4251.     AX = 111Ch
  4252.     SS = DS = DOS DS
  4253.     ES:DI -> CDS
  4254.     ES:DI -> DTA (MSDOS v5.0)
  4255.     [DTA] = 21-byte findfirst search data
  4256.           (see #0933 at INT 21/AH=4Eh)
  4257. Return: CF set on error
  4258.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  4259.     CF clear if successful
  4260.         [DTA] = updated findfirst search data
  4261.             (bit 7 of first byte must be set)
  4262.         [DTA+15h] = standard directory entry for file (see #0668)
  4263. Note:    this function is called by the DOS 3.1+ kernel
  4264. SeeAlso: AX=1119h,AX=111Bh,INT 21/AH=1Ah,INT 21/AH=4Fh
  4265. --------N-2F111D-----------------------------
  4266. INT 2F CU - NETWORK REDIRECTOR - CLOSE ALL REMOTE FILES FOR PROCESS (ABORT)
  4267.     AX = 111Dh
  4268.     SS = DOS DS
  4269.     SDA PSP segment field = PSP of terminating process
  4270. Return: nothing
  4271. Notes:    used when a process is aborted; the process being terminated is
  4272.       indicated by the "sharing PSP" field in the SDA (offset 1Ah/1Ch)
  4273.     this function is called by the DOS 3.1+ kernel
  4274.     closes all FCBs opened by process
  4275. SeeAlso: INT 21/AX=5D04h
  4276. --------N-2F111E-----------------------------
  4277. INT 2F CU - NETWORK REDIRECTOR - DO REDIRECTION
  4278.     AX = 111Eh
  4279.     SS = DOS DS
  4280.     STACK: WORD function to execute
  4281.         5F00h  get redirection mode
  4282.             BL = type (03h printer, 04h disk)
  4283.             Return: BH = state (00h off, 01h on)
  4284.         5F01h  set redirection mode
  4285.             BL = type (03h printer, 04h disk)
  4286.             BH = state (00h off, 01h on)
  4287.         5F02h  get redirection list entry
  4288.             BX = redirection list index
  4289.             DS:SI -> 16-byte local device name buffer
  4290.             ES:DI -> 128-byte network name buffer
  4291.             Return: must set user's BX to device type and CX to
  4292.                 stored parameter value, using AX=1218h to get
  4293.                 stack frame address
  4294.         5F03h  redirect device
  4295.             BL = device type (see INT 21/AX=5F03h)
  4296.             CX = stored parameter value
  4297.             DS:SI -> ASCIZ source device name
  4298.             ES:DI -> destination ASCIZ network path + ASCIZ passwd
  4299.         5F04h  cancel redirection
  4300.             DS:SI -> ASCIZ device name or network path
  4301.         5F05h  get redirection list extended entry
  4302.             BX = redirection list index
  4303.             DS:SI -> buffer for ASCIZ source device name
  4304.             ES:DI -> buffer for destination ASCIZ network path
  4305.             Return: BH = status flag
  4306.                 BL = type (03h printer, 04h disk)
  4307.                 CX = stored parameter value
  4308.                 BP = NETBIOS local session number
  4309.         5F06h  similar to 5F05h???
  4310. Return: CF set on error
  4311.         AX = error code (see #0980 at INT 21/AH=59h)
  4312.     STACK unchanged
  4313. Notes:    this function is called by the DOS 3.1+ kernel on INT 21/AH=5Fh
  4314.       (including LAN Manager calls)
  4315.     the PC Network 1.00 redirector does not support function 5F06h
  4316. SeeAlso: INT 21/AX=5F00h,INT 21/AX=5F01h,INT 21/AX=5F02h,INT 21/AX=5F03h
  4317. SeeAlso: INT 21/AX=5F04h,INT 21/AX=5F05h,INT 21/AX=5F06h
  4318. --------N-2F111F-----------------------------
  4319. INT 2F CU - NETWORK REDIRECTOR - PRINTER SETUP
  4320.     AX = 111Fh
  4321.     STACK: WORD function
  4322.         5E02h  set printer setup
  4323.         5E03h  get printer setup
  4324.         5E04h  set printer mode
  4325.         5E05h  get printer mode
  4326. Return: CF set on error
  4327.         AX = error code (see #0980 at INT 21/AH=59h)
  4328.     STACK unchanged
  4329. Note:    this function is called by the DOS 3.1+ kernel
  4330. SeeAlso: INT 21/AX=5E02h,INT 21/AX=5E03h,INT 21/AX=5E04h,INT 21/AX=5E05h
  4331. --------N-2F1120-----------------------------
  4332. INT 2F CU - NETWORK REDIRECTOR - FLUSH ALL DISK BUFFERS
  4333.     AX = 1120h
  4334.     DS = DOS DS
  4335.     ???
  4336. Return: CF clear (successful)
  4337. Notes:    this function is called by the DOS 3.1+ kernel
  4338.     uses CDS array pointer and LASTDRIVE= entries in DOS list of lists
  4339. SeeAlso: INT 21/AH=0Dh,INT 21/AX=5D01h
  4340. --------N-2F1121-----------------------------
  4341. INT 2F CU - NETWORK REDIRECTOR - SEEK FROM END OF REMOTE FILE
  4342.     AX = 1121h
  4343.     CX:DX = offset (in bytes) from end
  4344.     ES:DI -> SFT
  4345.         SFT DPB field -> DPB of drive with file
  4346.     SS = DOS DS
  4347. Return: CF set on error
  4348.         AL = DOS error code (see #0980 at INT 21/AH=59h)
  4349.     CF clear if successful
  4350.         DX:AX = new file position
  4351. Note:    this function is called by the DOS 3.1+ kernel, but only when seeking
  4352.       from the end of a file opened with sharing modes set in such a
  4353.       manner that another process is able to change the size of the file
  4354.       while it is already open
  4355. SeeAlso: AX=1228h,INT 21/AH=42h
  4356. --------N-2F1122-----------------------------
  4357. INT 2F CU - NETWORK REDIRECTOR - PROCESS TERMINATION HOOK
  4358.     AX = 1122h
  4359.     SS = DOS DS
  4360.     DS = PSP of process about to terminate
  4361. Return: ???
  4362. Notes:    this function is called by the DOS 3.1+ kernel
  4363.     after calling this function, the kernel calls INT 2F/AX=111Dh
  4364. SeeAlso: AX=111Dh,INT 21/AH=4Ch,INT 60/DI=0601h
  4365. --------N-2F1123-----------------------------
  4366. INT 2F CU - NETWORK REDIRECTOR - QUALIFY REMOTE FILENAME
  4367.     AX = 1123h
  4368.     DS:SI -> ASCIZ filename to canonicalize
  4369.     ES:DI -> 128-byte buffer for qualified name
  4370. Return: CF set if not resolved
  4371. Notes:    called by MS-DOS 3.1+ kernel, but not called by DR DOS 5.0 unless the
  4372.       filename matches the name of a character device
  4373.     called first when DOS attempts to resolve a filename (unless inside an
  4374.       AX=5D00h server call); if this fails, DOS resolves the name locally
  4375. SeeAlso: AX=1221h,INT 21/AH=60h
  4376. --------N-2F1124-----------------------------
  4377. INT 2F CU - NETWORK REDIRECTOR - TURN OFF REMOTE PRINTER
  4378.     AX = 1124h
  4379.     ES:DI -> SFT
  4380.     SS = DOS DS
  4381.     ???
  4382. Return: CX = ???
  4383. Note:    this function is called by the DOS 3.1+ kernel if AX=1126h returns CF set
  4384. SeeAlso: AX=1126h
  4385. --------N-2F1125-----------------------------
  4386. INT 2F CU - NETWORK REDIRECTOR - REDIRECTED PRINTER MODE
  4387.     AX = 1125h
  4388.     STACK: WORD subfunction
  4389.         5D07h get print stream state
  4390.             Return: DL = current state
  4391.         5D08h set print stream state
  4392.             DL = new state
  4393.         5D09h finish print job
  4394. Return: CF set on error
  4395.         AX = error code (see #0980 at INT 21/AH=59h)
  4396.     STACK unchanged
  4397. Note:    this function is called by the DOS 3.1+ kernel
  4398. SeeAlso: INT 21/AX=5D07h,INT 21/AX=5D08h,INT 21/AX=5D09h
  4399. --------N-2F1126-----------------------------
  4400. INT 2F CU - NETWORK REDIRECTOR - REMOTE PRINTER ECHO ON/OFF
  4401.     AX = 1126h
  4402.     ES:DI -> SFT for file handle 4???
  4403.     SS = DOS DS???
  4404.     ???
  4405. Return: CF set on error
  4406. Notes:    this function is called by the DOS 3.1+ kernel
  4407.     called when print echoing (^P, ^PrtSc) changes state and STDPRN has
  4408.       bit 11 of the device information word in the SFT set
  4409. SeeAlso: AX=1124h
  4410. --------N-2F1127-----------------------------
  4411. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - UNUSED
  4412.     AX = 1127h
  4413. Return: CF set
  4414.         AX = 0001h (invalid function) (see #0980 at INT 21/AH=59h)
  4415. --------N-2F1127BX4E57-----------------------
  4416. INT 2F - NetWare 4.0 - REMOTE FILE COPY
  4417.     AX = 1127h
  4418.     BX = 4E57h ('NW') (signature identifying this as a NetWare call)
  4419.     SI = source file handle
  4420.     DI = destination file handle
  4421.     DX:CX = number of bytes to copy, starting at current file position
  4422. Return: CF clear if successful
  4423.     CF set on error
  4424.         AX = error code (05h,06h,0Bh,11h,3Bh) (see #0980)
  4425.     DX:CX = number of bytes successfully copied (file position updated)
  4426. Notes:    this is the only call which may be made directly to the NetWare
  4427.       redirector from an application
  4428.     COMMAND.COM's COPY and DOS's XCOPY reportedly call INT 21/AX=1127h in
  4429.       order to speed up copies between files on the same network server;
  4430.       if error code 11h (not same device) is returned, the copy is
  4431.       performed in the usual manner.  However, no such calls appear to
  4432.       be present in MS-DOS 6.22.
  4433. --------N-2F1128-----------------------------
  4434. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - UNUSED
  4435.     AX = 1128h
  4436. Return: CF set
  4437.         AX = 0001h (invalid function) (see #0980 at INT 21/AH=59h)
  4438. --------N-2F1129-----------------------------
  4439. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - UNUSED
  4440.     AX = 1129h
  4441. Return: CF set
  4442.         AX = 0001h (invalid function) (see #0980 at INT 21/AH=59h)
  4443. --------N-2F112A-----------------------------
  4444. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - CLOSE ALL FILES FOR PROCESS
  4445.     AX = 112Ah
  4446.     DS = DOS DS
  4447.     ???
  4448. Return: ???
  4449. Note:    does something to each IFS driver
  4450. --------N-2F112B-----------------------------
  4451. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - GENERIC IOCTL
  4452.     AX = 112Bh
  4453.     SS = DOS DS
  4454.     CX = function/category
  4455.     DS:DX -> parameter block
  4456.     STACK: WORD value of AX on entry to INT 21 (440Ch or 440Dh)
  4457.     ???
  4458. Return: CF set on error
  4459.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  4460.     CF clear if successful
  4461. Note:    this function is called by the DOS 4.0 kernel
  4462. --------N-2F112C-----------------------------
  4463. INT 2F CU - NETWORK REDIRECTOR (DOS 4.0+) - "UPDATE_CB" - ???
  4464.     AX = 112Ch
  4465.     SS = DOS DS
  4466.     SDA current SFT pointer -> SFT for file
  4467.     ???
  4468. Return: CF set on error
  4469. Note:    called by SHARE in DOS 5.0-6.0
  4470. --------N-2F112D-----------------------------
  4471. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - EXTENDED ATTRIBUTES
  4472.     AX = 112Dh
  4473.     BL = subfunction (value of AL on INT 21)
  4474.         02h get extended attributes
  4475.         03h get extended attribute properties
  4476.         04h set extended attributes
  4477.         Return: CF clear
  4478.         else ???
  4479.         Return: CX = ??? (00h or 02h for DOS 4.01)
  4480.     ES:DI -> SFT for file
  4481.     SS = DOS DS
  4482. Return: DS = DOS DS
  4483. Note:    this function is called by the DOS 4.0 kernel on INT 21/AX=5702h,
  4484.       INT 21/AX=5703h, and INT 21/AX=5704h
  4485. SeeAlso: INT 21/AX=5702h,INT 21/AX=5703h,INT 21/AX=5704h,INT 21/AH=6Eh
  4486. --------N-2F112E-----------------------------
  4487. INT 2F CU - NETWORK REDIRECTOR (DOS 4.0+) - EXTENDED OPEN/CREATE FILE
  4488.     AX = 112Eh
  4489.     SS = DS = DOS DS
  4490.     ES:DI -> uninitialized SFT for file
  4491.     STACK: WORD file attribute for created/truncated file
  4492.             low byte = file attributes
  4493.             high byte = 00h normal create/open, 01h create new file
  4494.     SDA first filename pointer -> fully-qualified filename
  4495.     SDA extended file open action = action code
  4496.           (see #1073 at INT 21/AX=6C00h)
  4497.     SDA extended file open mode = open mode for file (see INT 21/AX=6C00h)
  4498. Return: CF set on error
  4499.         AX = error code
  4500.     CF clear if successful
  4501.         CX = result code
  4502.         01h file opened
  4503.         02h file created
  4504.         03h file replaced (truncated)
  4505.         SFT initialized (except handle count, which DOS manages itself)
  4506. Note:    this function is called by the DOS 4.0+ kernel
  4507. BUG:    this function is not called correctly under some DOS versions
  4508.       (at least 5.0 and 6.2):
  4509.         the file attribute on the stack is not correct if the action
  4510.           code is 11h,
  4511.         the result code in CX is not passed back to the application.
  4512. SeeAlso: AX=1115h,AX=1116h,AX=1117h,INT 21/AX=6C00h
  4513. --------N-2F112F-----------------------------
  4514. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - IFS IOCTL
  4515.     AX = 112Fh
  4516.     SS = DOS DS
  4517.     STACK: WORD function in low byte
  4518.         00h ???
  4519.             DS:SI -> Current Directory Structure???
  4520.             CL = drive (1=A:)
  4521.         01h ???
  4522.             DS:SI -> ???
  4523.             CL = file handle???
  4524.         02h ???
  4525.             DS:SI -> Current Directory Structure???
  4526.             DI = ???
  4527.             CX = drive (1=A:)
  4528.     ???
  4529. Return: CF set on error
  4530.         AX = DOS error code (see #0980 at INT 21/AH=59h)
  4531.     CF clear if successful
  4532. Note:    this function is called by the DOS 4.0 kernel
  4533. SeeAlso: INT 21/AH=6Bh
  4534. --------N-2F1130-----------------------------
  4535. INT 2F CU - IFSFUNC.EXE (DOS 4.x only) - GET IFSFUNC SEGMENT
  4536.     AX = 1130h
  4537. Return: ES = CS of resident IFSFUNC
  4538. --------N-2F1180-----------------------------
  4539. INT 2F - LAN Manager Enhanced DOS Services - ???
  4540.     AX = 1180h
  4541.     ???
  4542. Return: ???
  4543. --------N-2F1182-----------------------------
  4544. INT 2F - LAN Manager Enhanced DOS Services - INSTALL SERVICE
  4545.     AX = 1182h
  4546.     ???
  4547. Return: ???
  4548. --------N-2F1184-----------------------------
  4549. INT 2F - LAN Manager Enhanced DOS - ???
  4550.     AX = 1184h
  4551.     ???
  4552. Return: ???
  4553. --------N-2F1186-----------------------------
  4554. INT 2F - LAN Manager Enhanced DOS - DosReadAsynchNmPipe
  4555.     AX = 1186h
  4556.     DS:SI -> stack frame (see #1894)
  4557. Return: CF clear if successful
  4558.     CF set if error
  4559.         AX = error code
  4560. Note:    LAN Manager enhance mode adds features beyond the standard redirector
  4561.       file/printer services
  4562. SeeAlso: AX=118Fh,AX=1190h,AX=1191h,INT 21/AX=5F39h
  4563.  
  4564. Format of LAN Manager DosReadAsynchNmPipe stack frame:
  4565. Offset    Size    Description    (Table 1894)
  4566.  00h    DWORD    -> number of bytes read
  4567.  04h    WORD    size of buffer
  4568.  06h    DWORD    -> buffer
  4569.  0Ah    DWORD    -> return code
  4570.  0Eh    DWORD    function to call on completion as function( char far *buffer )
  4571.  12h    WORD    handle
  4572. --------N-2F118A-----------------------------
  4573. INT 2F - LAN Manager 2.0+ DOS Enhanced ENCRYPT.EXE - STREAM ENCRYPTION SERVICE
  4574.     AX = 118Ah
  4575.     BX = function (0000h or 0001h)
  4576. Return: CF clear if successful
  4577.         AX = 1100h success
  4578.     CF set if error
  4579.         AX = 0001h, etc.
  4580. SeeAlso: AX=1186h,AH=41h,AH=42h,AH=4Bh
  4581. --------N-2F118B-----------------------------
  4582. INT 2F - LAN Manager Enhanced DOS - ???
  4583.     AX = 118Bh
  4584.     ???
  4585. Return: ???
  4586. --------N-2F118C-----------------------------
  4587. INT 2F - LAN Manager Enhanced DOS - ???
  4588.     AX = 118Ch
  4589.     ???
  4590. Return: ???
  4591. --------N-2F118E-----------------------------
  4592. INT 2F - LAN Manager Enhanced DOS - ???
  4593.     AX = 118Eh
  4594.     ???
  4595. Return: ???
  4596. --------N-2F118F-----------------------------
  4597. INT 2F - LAN Manager Enhanced DOS - DosWriteAsynchNmPipe
  4598.     AX = 118Fh
  4599.     DS:SI -> stack frame (see #1895)
  4600. Return: CF clear if successful
  4601.     CF set if error
  4602.         AX = error code
  4603. SeeAlso: AX=1186h,AX=1191h,INT 21/AX=5F3Ah
  4604.  
  4605. Format of LAN Manager DosReadAsynchNmPipe stack frame:
  4606. Offset    Size    Description    (Table 1895)
  4607.  00h    DWORD    -> number of bytes read
  4608.  04h    WORD    Size of buffer
  4609.  06h    DWORD    -> buffer
  4610.  0Ah    DWORD    -> return code
  4611.  0Eh    DWORD    function to call on completion as function( char far *buffer )
  4612.  12h    WORD    handle
  4613. --------N-2F1190-----------------------------
  4614. INT 2F - LAN Manager Enhanced DOS - DosReadAsynchNmPipe2
  4615.     AX = 1190h
  4616.     DS:SI -> stack frame (see #1896)
  4617. Return: CF clear if successful
  4618.     CF set if error
  4619.         AX = error code
  4620. SeeAlso: AX=1186h,AX=1191h
  4621.  
  4622. Format of LAN Manager DosReadAsynchNmPipe2 stack frame:
  4623. Offset    Size    Description    (Table 1896)
  4624.  00h    DWORD    -> number of bytes read
  4625.  04h    WORD    size of buffer
  4626.  06h    DWORD    -> buffer
  4627.  0Ah    DWORD    -> return code
  4628.  0Eh    DWORD    function to call on completion as function( char far *buffer )
  4629.  12h    WORD    handle
  4630.  14h    DWORD    ???
  4631. --------N-2F1191-----------------------------
  4632. INT 2F - LAN Manager Enhanced DOS - DosWriteAsynchNmPipe2
  4633.     AX = 1191h
  4634.     DS:SI -> stack frame (see #1897)
  4635. Return: CF clear if successful
  4636.     CF set if error
  4637.         AX = error code
  4638. SeeAlso: AX=118Fh,AX=1190h,INT 21/AX=5F3Ah
  4639.  
  4640. Format of LAN Manager DosReadAsynchNmPipe2 stack frame:
  4641. Offset    Size    Description    (Table 1897)
  4642.  00h    DWORD    -> number of bytes read
  4643.  04h    WORD    size of buffer
  4644.  06h    DWORD    -> buffer
  4645.  0Ah    DWORD    -> return code
  4646.  0Eh    DWORD    function to call on completion as function( char far *buffer )
  4647.  12h    WORD    handle
  4648.  14h    DWORD    ???
  4649. --------D-2F1200-----------------------------
  4650. INT 2F U - DOS 3.0+ internal - INSTALLATION CHECK
  4651.     AX = 1200h
  4652. Return: AL = FFh (for compatibility with other INT 2F functions)
  4653. --------D-2F1201-----------------------------
  4654. INT 2F U - DOS 3.0+ internal - CLOSE CURRENT FILE
  4655.     AX = 1201h
  4656.     SS = DOS DS (must be using a DOS internal stack)
  4657.     SDA current SFT pointer -> SFT of file to close
  4658. Return: CF set on error
  4659.     BX???
  4660.     CX new reference count of SFT
  4661.     ES:DI -> SFT for file
  4662. SeeAlso: AX=1106h,AX=1227h,INT 21/AH=3Eh
  4663. --------D-2F1202-----------------------------
  4664. INT 2F U - DOS 3.0+ internal - GET INTERRUPT ADDRESS
  4665.     AX = 1202h
  4666.     STACK: WORD vector number
  4667. Return: ES:BX -> interrupt vector (DWORD containing handler's address)
  4668.     STACK unchanged
  4669. --------D-2F1203-----------------------------
  4670. INT 2F U - DOS 3.0+ internal - GET DOS DATA SEGMENT
  4671.     AX = 1203h
  4672. Return: DS = data segment of IBMDOS.COM/MSDOS.SYS
  4673. Note:    for DOS prior to version 5.0, the data segment is the same as the code
  4674.       segment
  4675. --------D-2F1204-----------------------------
  4676. INT 2F U - DOS 3.0+ internal - NORMALIZE PATH SEPARATOR
  4677.     AX = 1204h
  4678.     STACK: WORD character to normalize
  4679. Return: AL = normalized character (forward slash turned to backslash, all
  4680.           others unchanged)
  4681.     ZF set if path separator
  4682.     STACK unchanged
  4683. --------D-2F1205-----------------------------
  4684. INT 2F U - DOS 3.0+ internal - OUTPUT CHARACTER TO STANDARD OUTPUT
  4685.     AX = 1205h
  4686.     STACK: WORD character to output
  4687. Return: STACK unchanged
  4688. Note:    can be called only from within DOS
  4689. --------D-2F1206-----------------------------
  4690. INT 2F U - DOS 3.0+ internal - INVOKE CRITICAL ERROR
  4691.     AX = 1206h
  4692.     DI = error code
  4693.     BP:SI -> device driver header (see #0953)
  4694.     SS = DOS DS (must be using a DOS internal stack)
  4695.     STACK: WORD value to be passed to INT 24 in AX
  4696. Return: AL = 0-3 for Abort, Retry, Ignore, Fail
  4697.     STACK unchanged
  4698. SeeAlso: INT 24
  4699. --------D-2F1207-----------------------------
  4700. INT 2F U - DOS 3.0+ internal - MAKE DISK BUFFER MOST-RECENTLY USED
  4701.     AX = 1207h
  4702.     DS:DI -> disk buffer
  4703. Return: nothing
  4704. Desc:    move the indicated buffer to the end of the disk buffer chain (least-
  4705.       recently used is first); under DOS 3.3, the buffer is then moved to
  4706.       the start of the disk buffer chain if it was marked unused
  4707. Notes:    can be called only from within DOS
  4708.     this function is nearly the same as AX=120Fh
  4709. SeeAlso: AX=120Fh
  4710. --------D-2F1208-----------------------------
  4711. INT 2F U - DOS 3.0+ internal - DECREMENT SFT REFERENCE COUNT
  4712.     AX = 1208h
  4713.     ES:DI -> SFT
  4714. Return: AX = original value of reference count
  4715. Notes:    if the reference count was 1, it is set to FFFFh (since 0 indicates
  4716.       that the SFT is not in use).    It is the caller's responsibility to
  4717.       set the reference count to zero after cleaning up.
  4718.     used by network redirectors such as MSCDEX
  4719. SeeAlso: AX=1106h
  4720. --------D-2F1209-----------------------------
  4721. INT 2F U - DOS 3.0+ internal - FLUSH AND FREE DISK BUFFER
  4722.     AX = 1209h
  4723.     DS:DI -> disk buffer
  4724. Return: disk buffer marked unused, contents written to disk if buffer dirty
  4725. Note:    can be called only from within DOS
  4726. SeeAlso: AX=120Eh,AX=1215h
  4727. --------D-2F120A-----------------------------
  4728. INT 2F U - DOS 3.0+ internal - PERFORM CRITICAL ERROR INTERRUPT
  4729.     AX = 120Ah
  4730.     DS = SS = DOS DS (must be using a DOS internal stack)
  4731.     STACK: WORD extended error code
  4732. Return: AL = user response (0=ignore, 1=retry, 2=abort, 3=fail)
  4733.     CF clear if retry, set otherwise
  4734.     STACK unchanged
  4735. Notes:    can only be called during a DOS function call, as it uses various
  4736.       fields in the SDA to set up the registers for the INT 24
  4737.     reportedly sets current DPB's first root directory sector to 1
  4738. SeeAlso: INT 24
  4739. --------D-2F120B-----------------------------
  4740. INT 2F U - DOS 3.0+ internal - SIGNAL SHARING VIOLATION TO USER
  4741.     AX = 120Bh
  4742.     ES:DI -> system file table entry for previous open of file
  4743.     STACK: WORD extended error code (should be 20h--sharing violation)
  4744. Return: CF clear if operation should be retried
  4745.     CF set if operation should not be retried
  4746.         AX = error code (20h) (see #0980 at INT 21/AH=59h)
  4747.     STACK unchanged
  4748. Notes:    can only be called during a DOS function call
  4749.     should only be called if an attempt was made to open an already-open
  4750.       file contrary to the sharing rules
  4751.     invokes INT 24 if SFT file opened via FCB or in compatibility mode with
  4752.       inheritance allowed
  4753. --------D-2F120C-----------------------------
  4754. INT 2F U - DOS 3.0+ internal - OPEN DEVICE AND SET SFT OWNER/MODE
  4755.     AX = 120Ch
  4756.     SDA current SFT pointer -> SFT for file
  4757.     DS = DOS DS
  4758.     SS = DOS DS (must be using a DOS internal stack)
  4759. Return: ES, DI, AX destroyed
  4760. Notes:    invokes "device open" call on device driver for SFT
  4761.     changes owner of last-accessed SFT to calling process if it was opened
  4762.       via FCB
  4763.     called by network redirectors such as MSCDEX
  4764. --------D-2F120D-----------------------------
  4765. INT 2F U - DOS 3.0+ internal - GET DATE AND TIME
  4766.     AX = 120Dh
  4767.     SS = DOS DS (must be using a DOS internal stack)
  4768. Return: AX = current date in packed format (see #0972 at INT 21/AX=5700h)
  4769.     DX = current time in packed format (see #0971 at INT 21/AX=5700h)
  4770. SeeAlso: INT 21/AH=2Ah,INT 21/AH=2Ch
  4771. --------D-2F120E-----------------------------
  4772. INT 2F U - DOS 3.0+ internal - MARK ALL DISK BUFFERS UNREFERENCED
  4773.     AX = 120Eh
  4774.     SS = DOS DS (must be using a DOS internal stack)
  4775. Return: DS:DI -> first disk buffer
  4776. Notes:    clears "referenced" flag on all disk buffers
  4777.     in DOS 5+, this has become essentially a NOP, invoking the same code
  4778.       used by AX=1224h (SHARING DELAY)
  4779. SeeAlso: AX=1209h,AX=1210h,INT 21/AH=0Dh
  4780. --------D-2F120F-----------------------------
  4781. INT 2F U - DOS 3.0+ internal - MAKE BUFFER MOST RECENTLY USED
  4782.     AX = 120Fh
  4783.     DS:DI -> disk buffer
  4784.     SS = DOS DS (must be using a DOS internal stack)
  4785. Return: DS:DI -> next buffer in buffer list
  4786. Desc:    move the indicated buffer to the end of the disk buffer chain (least-
  4787.       recently used is first); under DOS 3.3, the buffer is then moved to
  4788.       the start of the disk buffer chain if it was marked unused
  4789. Note:    this function is the same as AX=1207h except that it returns a
  4790.       pointer to the buffer following the specified buffer in the buffer
  4791.       chain
  4792. SeeAlso: AX=1207h
  4793. --------D-2F1210-----------------------------
  4794. INT 2F U - DOS 3.0+ internal - FIND UNREFERENCED DISK BUFFER
  4795.     AX = 1210h
  4796.     DS:DI -> first disk buffer to check
  4797. Return: ZF clear if found
  4798.         DS:DI -> first unreferenced disk buffer
  4799.     ZF set if not found
  4800. Note:    in DOS 5+, this has become essentially a NOP, invoking the same code
  4801.       used by AX=1224h (SHARING DELAY)
  4802. SeeAlso: AX=120Eh
  4803. --------D-2F1211-----------------------------
  4804. INT 2F U - DOS 3.0+ internal - NORMALIZE ASCIZ FILENAME
  4805.     AX = 1211h
  4806.     DS:SI -> ASCIZ filename to normalize
  4807.     ES:DI -> buffer for normalized filename
  4808. Return: destination buffer filled with uppercase filename, with slashes turned
  4809.     to backslashes
  4810. SeeAlso: AX=121Eh,AX=1221h
  4811. --------D-2F1212-----------------------------
  4812. INT 2F U - DOS 3.0+ internal - GET LENGTH OF ASCIZ STRING
  4813.     AX = 1212h
  4814.     ES:DI -> ASCIZ string
  4815. Return: CX = length of string
  4816. SeeAlso: AX=1225h
  4817. --------D-2F1213-----------------------------
  4818. INT 2F U - DOS 3.0+ internal - UPPERCASE CHARACTER
  4819.     AX = 1213h
  4820.     STACK: WORD character to convert to uppercase
  4821. Return: AL = uppercase character
  4822.     STACK unchanged
  4823. --------D-2F1214-----------------------------
  4824. INT 2F U - DOS 3.0+ internal - COMPARE FAR POINTERS
  4825.     AX = 1214h
  4826.     DS:SI = first pointer
  4827.     ES:DI = second pointer
  4828. Return: ZF set if pointers are equal, ZF clear if not equal
  4829.     CF clear if pointers equal, CF set if not
  4830. --------D-2F1215-----------------------------
  4831. INT 2F U - DOS 3.0+ internal - FLUSH BUFFER
  4832.     AX = 1215h
  4833.     DS:DI -> disk buffer
  4834.     SS = DOS DS (must be using a DOS internal stack)
  4835.     STACK: WORD drives for which to skip buffer
  4836.         ignore buffer if drive same as high byte, or bytes differ and
  4837.           the buffer is for a drive OTHER than that given in low byte
  4838. Return: STACK unchanged
  4839. Note:    can be called only from within DOS
  4840. SeeAlso: AX=1209h
  4841. --------D-2F1216-----------------------------
  4842. INT 2F U - DOS 3.0+ internal - GET ADDRESS OF SYSTEM FILE TABLE ENTRY
  4843.     AX = 1216h
  4844.     BX = system file table entry number
  4845. Return: CF clear if successful
  4846.         ES:DI -> system file table entry
  4847.         BX = relative entry number in system file table containing entry
  4848.         AX destroyed
  4849.     CF set if BX greater than FILES=
  4850. Note:    supported by DR DOS 5+
  4851. SeeAlso: AX=1220h
  4852. --------D-2F1217-----------------------------
  4853. INT 2F U - DOS 3.0+ internal - GET CURRENT DIRECTORY STRUCTURE FOR DRIVE
  4854.     AX = 1217h
  4855.     SS = DOS DS (must be using a DOS internal stack)
  4856.     STACK: WORD drive (0 = A:, 1 = B:, etc)
  4857. Return: CF set on error
  4858.         (drive > LASTDRIVE)
  4859.     CF clear if successful
  4860.         DS:SI -> current directory structure for specified drive
  4861.     STACK unchanged
  4862. SeeAlso: AX=1219h
  4863. --------D-2F1218-----------------------------
  4864. INT 2F U - DOS 3.0+ internal - GET CALLER'S REGISTERS
  4865.     AX = 1218h
  4866. Return: DS:SI -> saved caller's AX,BX,CX,DX,SI,DI,BP,DS,ES (on stack)
  4867. Note:    only valid while within DOS
  4868. --------D-2F1219-----------------------------
  4869. INT 2F U - DOS 3.0+ internal - SET DRIVE???
  4870.     AX = 1219h
  4871.     SS = DOS DS (must be using a DOS internal stack)
  4872.     STACK: WORD drive (0 = default, 1 = A:, etc)
  4873. Return: ???
  4874.     STACK unchanged
  4875. Notes:    calls AX=1217h
  4876.     builds a current directory structure if inside server call
  4877.       (INT 21/AX=5D00h)
  4878. SeeAlso: AX=1217h,AX=121Fh
  4879. --------D-2F121A-----------------------------
  4880. INT 2F U - DOS 3.0+ internal - GET FILE'S DRIVE
  4881.     AX = 121Ah
  4882.     DS:SI -> filename
  4883. Return: AL = drive (0 = default, 1 = A:, etc, FFh = invalid)
  4884.     DS:SI -> filename without leading X: (if present)
  4885. SeeAlso: INT 21/AH=19h,INT 21/AH=60h
  4886. --------D-2F121B-----------------------------
  4887. INT 2F U - DOS 3.0+ internal - SET YEAR/LENGTH OF FEBRUARY
  4888.     AX = 121Bh
  4889.     CL = year - 1980
  4890. Return: AL = number of days in February
  4891. Note:    requires DS to be set to the DOS data segment
  4892. SeeAlso: INT 21/AH=2Bh
  4893. --------D-2F121C-----------------------------
  4894. INT 2F U - DOS 3.0+ internal - CHECKSUM MEMORY
  4895.     AX = 121Ch
  4896.     DS:SI -> start of memory to checksum
  4897.     CX = number of bytes
  4898.     DX = initial checksum
  4899.     SS = DOS DS (must be using a DOS internal stack)
  4900. Return: AX, CX destroyed
  4901.     DX = checksum
  4902.     DS:SI -> first byte after checksummed range
  4903. Notes:    used by DOS to determine day count since 1/1/80 given a date
  4904.     supported by DR DOS 5.0+
  4905. SeeAlso: AX=121Dh
  4906. --------D-2F121D-----------------------------
  4907. INT 2F U - DOS 3.0+ internal - SUM MEMORY
  4908.     AX = 121Dh
  4909.     DS:SI -> memory to add up
  4910.     CX = 0000h
  4911.     DX = limit
  4912. Return: AL = byte which exceeded limit
  4913.     CX = number of bytes before limit exceeded
  4914.     DX = remainder after adding first CX bytes
  4915.     DS:SI -> byte beyond the one which exceeded the limit
  4916. Notes:    used by DOS to determine year or month given day count since 1/1/80
  4917.     supported by DR DOS 5.0+
  4918. SeeAlso: AX=121Ch
  4919. --------D-2F121E-----------------------------
  4920. INT 2F U - DOS 3.0+ internal - COMPARE FILENAMES
  4921.     AX = 121Eh
  4922.     DS:SI -> first ASCIZ filename
  4923.     ES:DI -> second ASCIZ filename
  4924. Return: ZF set if filenames equivalent, ZF clear if not
  4925. Note:    supported by DR DOS 5.0+
  4926. SeeAlso: AX=1211h,AX=1221h
  4927. --------D-2F121F-----------------------------
  4928. INT 2F U - DOS 3.0+ internal - BUILD CURRENT DIRECTORY STRUCTURE
  4929.     AX = 121Fh
  4930.     SS = DOS DS (must be using a DOS internal stack)
  4931.     STACK: WORD drive letter
  4932. Return: ES:DI -> current directory structure (will be overwritten by next call)
  4933.     STACK unchanged
  4934. --------D-2F1220-----------------------------
  4935. INT 2F U - DOS 3.0+ internal - GET JOB FILE TABLE ENTRY
  4936.     AX = 1220h
  4937.     BX = file handle
  4938. Return: CF set on error
  4939.         AL = 6 (invalid file handle)
  4940.     CF clear if successful
  4941.         ES:DI -> JFT entry for file handle in current process
  4942. Notes:    the byte pointed at by ES:DI contains the number of the SFT for the
  4943.       file handle, or FFh if the handle is not open
  4944.     supported by DR DOS 5.0+
  4945. SeeAlso: AX=1216h,AX=1229h
  4946. --------D-2F1221-----------------------------
  4947. INT 2F U - DOS 3.0+ internal - CANONICALIZE FILE NAME
  4948.     AX = 1221h
  4949.     DS:SI -> file name to be fully qualified
  4950.     ES:DI -> 128-byte buffer for resulting canonical file name
  4951.     SS = DOS DS (must be using a DOS internal stack)
  4952. Return: (see INT 21/AH=60h)
  4953. Note:    identical to INT 21/AH=60h
  4954. SeeAlso: AX=1123h,INT 21/AH=60h
  4955. --------D-2F1222-----------------------------
  4956. INT 2F U - DOS 3.0+ internal - SET EXTENDED ERROR INFO
  4957.     AX = 1222h
  4958.     SS = DOS data segment
  4959.     SS:SI -> 4-byte records
  4960.         BYTE    error code, FFh = last record
  4961.         BYTE    error class, FFh = don't change
  4962.         BYTE    suggested action, FFh = don't change
  4963.         BYTE    error locus, FFh = don't change
  4964.     SDA error code set
  4965. Return: SI destroyed
  4966.     SDA error class, error locus, and suggested action fields set
  4967. Note:    can be called only from within DOS
  4968. SeeAlso: AX=122Dh,INT 21/AH=59h,INT 21/AX=5D0Ah
  4969. --------D-2F1223-----------------------------
  4970. INT 2F U - DOS 3.0+ internal - CHECK IF CHARACTER DEVICE
  4971.     AX = 1223h
  4972.     DS = DOS DS
  4973.     SS = DOS DS (must be using a DOS internal stack)
  4974.     SDA+218h (DOS 3.10-3.30) = eight-character blank-padded name
  4975.     SDA+22Bh (DOS 4.0-6.0) = eight-character blank-padded name
  4976. Return: CF set if no character device by that name found
  4977.     CF clear if found
  4978.         BH = low byte of device attribute word
  4979. Note:    can only be called from within DOS
  4980. SeeAlso: INT 21/AX=5D06h,INT 21/AX=5D0Bh
  4981. --------D-2F1224-----------------------------
  4982. INT 2F U - DOS 3.0+ internal - SHARING RETRY DELAY
  4983.     AX = 1224h
  4984.     SS = DOS DS (must be using a DOS internal stack)
  4985. Return: after delay set by INT 21/AX=440Bh, unless in server call
  4986.       (INT 21/AX=5D00h)
  4987. Note:    delay is dependent on the processor speed, and is skipped entirely if
  4988.       inside a server call
  4989. SeeAlso: INT 21/AX=440Bh,INT 21/AH=52h,INT 62/AX=0097h
  4990. --------D-2F1225-----------------------------
  4991. INT 2F U - DOS 3.0+ internal - GET LENGTH OF ASCIZ STRING
  4992.     AX = 1225h
  4993.     DS:SI -> ASCIZ string
  4994. Return: CX = length of string
  4995. Note:    supported by DR DOS 5.0+
  4996. SeeAlso: AX=1212h
  4997. --------D-2F1226-----------------------------
  4998. INT 2F U - DOS 3.3+ internal - OPEN FILE
  4999.     AX = 1226h
  5000.     CL = access mode
  5001.     DS:DX -> ASCIZ filename
  5002.     SS = DOS DS (must be using a DOS internal stack)
  5003. Return: CF set on error
  5004.         AL = error code (see #0980 at INT 21/AH=59h)
  5005.     CF clear if successful
  5006.         AX = file handle
  5007. Notes:    can only be called from within DOS
  5008.     equivalent to INT 21/AH=3Dh
  5009.     used by NLSFUNC to access COUNTRY.SYS when invoked by the DOS kernel
  5010. SeeAlso: AX=1227h,INT 21/AH=3Dh
  5011. --------D-2F1227-----------------------------
  5012. INT 2F U - DOS 3.3+ internal - CLOSE FILE
  5013.     AX = 1227h
  5014.     BX = file handle
  5015.     SS = DOS DS (must be using a DOS internal stack)
  5016. Return: CF set on error
  5017.         AL = 06h invalid file handle
  5018.     CF clear if successful
  5019. Notes:    can only be called from within DOS
  5020.     equivalent to INT 21/AH=3Eh
  5021.     used by NLSFUNC to access COUNTRY.SYS when invoked by the DOS kernel
  5022. SeeAlso: AX=1106h,AX=1201h,AX=1226h,INT 21/AH=3Eh
  5023. --------D-2F1228BP4200-----------------------
  5024. INT 2F U - DOS 3.3+ internal - MOVE FILE POINTER
  5025.     AX = 1228h
  5026.     BP = 4200h, 4201h, 4202h (see INT 21/AH=42h)
  5027.     BX = file handle
  5028.     CX:DX = offset in bytes
  5029.     SS = DOS DS (must be using a DOS internal stack)
  5030. Return: as for INT 21/AH=42h
  5031. Notes:    equivalent to INT 21/AH=42h, but may only be called from inside a DOS
  5032.       function call
  5033.     sets user stack frame pointer to dummy buffer, moves BP to AX, performs
  5034.       LSEEK, and restores frame pointer
  5035.     used by NLSFUNC to access COUNTRY.SYS when invoked by the DOS kernel
  5036. SeeAlso: INT 21/AH=42h
  5037. --------D-2F1229-----------------------------
  5038. INT 2F U - DOS 3.3+ internal - READ FROM FILE
  5039.     AX = 1229h
  5040.     BX = file handle
  5041.     CX = number of bytes to read
  5042.     DS:DX -> buffer
  5043.     SS = DOS DS (must be using a DOS internal stack)
  5044. Return: as for INT 21/AH=3Fh
  5045. Notes:    equivalent to INT 21/AH=3Fh, but may only be called when already inside
  5046.       a DOS function call
  5047.     used by NLSFUNC to access COUNTRY.SYS when invoked by the DOS kernel
  5048. SeeAlso: AX=1226h,INT 21/AH=3Fh
  5049. --------D-2F122A-----------------------------
  5050. INT 2F U - DOS 3.3+ internal - SET FASTOPEN ENTRY POINT
  5051.     AX = 122Ah
  5052.     BX = entry point to set (0001h or 0002h)
  5053.     DS:SI -> FASTOPEN entry point (see #1898,#1899)
  5054.         (entry point not set if SI = FFFFh for DOS 4.0+)
  5055. Return: CF set if specified entry point already set
  5056. Notes:    entry point in BX is ignored under DOS 3.30
  5057.     both entry points set to same handler by DOS 4.01
  5058.     DOS 5.0 and 6.0 only set entry point 1
  5059.  
  5060. (Table 1898)
  5061. Values DOS 3.30+ FASTOPEN entry point is called with:
  5062.     AL = 01h  Lookup
  5063.         CX = ??? seems to be offset
  5064.         DI = ??? seems to be offset
  5065.         SI = offset in DOS DS of filename
  5066.     AL = 02h  insert file into FASTOPEN cache
  5067.     AL = 03h  delete file from FASTOPEN cache
  5068.         SI = offset in DOS DS of filename
  5069.     AL = 04h  purge FASTOPEN cache
  5070.         AH = subfunction (00h,01h,02h)
  5071.         ES:DI -> ???
  5072.         CX = ??? (subfunctions 01h and 02h only)
  5073. Returns: CF set on error or not installed
  5074. Note: function 03h calls function 01h first
  5075. SeeAlso: #1899,#1900
  5076.  
  5077. (Table 1899)
  5078. Values PC-DOS 4.01 FASTOPEN is additionally called with:
  5079.     AL = 04h ???
  5080.         AH = 03h
  5081.         ???
  5082.     AL = 05h ???
  5083.     AL = 0Bh ???
  5084.     AL = 0Ch ???
  5085.     AL = 0Dh ???
  5086.     AL = 0Eh ???
  5087.     AL = 0Fh ???
  5088.     AL = 10h ???
  5089. SeeAlso: #1898,#1900
  5090.  
  5091. (Table 1900)
  5092. Values MS-DOS 5.0-6.0 FASTOPEN is additionally called with:
  5093.     AL = 04h  purge FASTOPEN cache
  5094.         AH = 03h
  5095.         ???
  5096.     AL = 05h ???
  5097.         DL = drive (00h = A:)
  5098.         ???
  5099.     AL = 06h ???
  5100.         ???
  5101. SeeAlso: #1898,#1899
  5102. --------D-2F122B-----------------------------
  5103. INT 2F U - DOS 3.3+ internal - IOCTL
  5104.     AX = 122Bh
  5105.     BP = 44xxh
  5106.     SS = DOS DS (must be using a DOS internal stack)
  5107.     additional registers as appropriate for INT 21/AX=44xxh
  5108. Return: as for INT 21/AH=44h
  5109. Notes:    equivalent to INT 21/AH=44h, but may only be called when already inside
  5110.       a DOS function call
  5111.     sets user stack frame pointer to dummy buffer, moves BP to AX, performs
  5112.       IOCTL, and restores frame pointer
  5113.     used by NLSFUNC in accessing COUNTRY.SYS when invoked by the DOS kernel
  5114. SeeAlso: INT 21/AH=44h
  5115. --------D-2F122C-----------------------------
  5116. INT 2F U - DOS 3.3+ internal - GET DEVICE CHAIN
  5117.     AX = 122Ch
  5118. Return: BX:AX -> header of second device driver (NUL is first) in driver chain
  5119. Note:    although this function exists in DR DOS 5.0 and Novell DOS 7, it
  5120.       always returns 0000h:0000h prior to Novell DOS 7 Update 15
  5121. SeeAlso: INT 21/AH=52h
  5122. --------D-2F122D-----------------------------
  5123. INT 2F U - DOS 3.3+ internal - GET EXTENDED ERROR CODE
  5124.     AX = 122Dh
  5125.     SS = DOS DS
  5126. Return: AX = current extended error code
  5127. SeeAlso: AX=1222h,INT 21/AH=59h
  5128. --------D-2F122E-----------------------------
  5129. INT 2F U - DOS 4.0+ internal - GET OR SET ERROR TABLE ADDRESSES
  5130.     AX = 122Eh
  5131.     DL = subfunction
  5132.         00h get standard DOS error table (see #1901)
  5133.         Return: ES:DI -> error table
  5134.                  (DOS 4: errors 00h-12h,50h-5Bh)
  5135.                  (DOS 5: errors 00h-26h,4Fh,51h-59h)
  5136.         01h set standard DOS error table
  5137.         ES:DI -> error table
  5138.         02h get parameter error table (errors 00h-0Ah)
  5139.         Return: ES:DI -> error table
  5140.         03h set parameter error table
  5141.         ES:DI -> error table
  5142.         04h get critical/SHARE error table (errors 13h-2Bh)
  5143.         Return: ES:DI -> error table
  5144.         05h set critical/SHARE error table
  5145.         ES:DI -> error table
  5146.         06h get ??? error table
  5147.         Return: ES:DI -> error table or 0000h:0000h
  5148.         07h set ??? error table
  5149.         ES:DI -> error table
  5150.         08h get error message retriever (see #1902)
  5151.         Return: ES:DI -> FAR procedure to fetch error message
  5152.         09h set ??? error table
  5153.         ES:DI -> error table
  5154. Notes:    if the returned segment on a "get" is 0001h, then the offset specifies
  5155.       the offset of the error message table within COMMAND.COM, and the
  5156.       procedure returned by DL=08h should be called
  5157.     DOS 5+ COMMAND.COM does not allow setting any of the addresses (calls
  5158.       with DL odd are ignored); they are always returned with segment 0001h
  5159.     for DOS 5.0, the standard and critical/SHARE error tables are combined
  5160.       into a single error table
  5161. SeeAlso: AX=0500h,INT 21/AH=59h
  5162.  
  5163. Format of DOS 4.x error table:
  5164. Offset    Size    Description    (Table 1901)
  5165.  00h    BYTE    FFh
  5166.  01h  2 BYTEs    04h,00h (DOS version???)
  5167.  03h    BYTE    number of error headers following
  5168.  04h 2N WORDs    table of all error headers for table
  5169.         Offset    Size    Description
  5170.          00h    WORD    error message number
  5171.          02h    WORD    offset of error message from start of header
  5172.                 error messages are count byte followed by msg
  5173. Note:    DOS 5 error tables consist of one word per error number; each word
  5174.       contains either the offset of a counted string or 0000h
  5175.  
  5176. (Table 1902)
  5177. Call error retrieval function with:
  5178.     AX = error number (see #1903)
  5179.     DI = offset of error table
  5180. Return: ES:DI -> error message (counted string)
  5181. Notes:    this function needs to access COMMAND.COM if the messages were not
  5182.       loaded into memory permanently with /MSG; the caller should assume
  5183.       that the returned message will be overwritten by the next call of
  5184.       the function
  5185.     supported by DR DOS 5.0
  5186.  
  5187. (Table 1903)
  5188. Values for parameter errors:
  5189.  01h    Too many parameters
  5190.  02h    Required Parameter missing
  5191.  03h    Invalid switch
  5192.  04h    Invalid keyword
  5193.  06h    Parameter value not in allowed range
  5194.  07h    Parameter value not allowed
  5195.  08h    Parameter value not allowed
  5196.  09h    Parameter format not correct
  5197.  0Ah    Invalid parameter
  5198.  0Bh    Invalid parameter combination
  5199. --------D-2F122F-----------------------------
  5200. INT 2F U - DOS 4.x internal - SET DOS VERSION NUMBER TO RETURN
  5201.     AX = 122Fh
  5202.     DX = DOS version number (0000h = return true DOS version)
  5203. Note:    not available under DR DOS 5.0 or 6.0
  5204. SeeAlso: INT 21/AH=30h,INT 21/AX=3306h
  5205. --------O-2F12FFBL00-------------------------
  5206. INT 2F - FreeDOS - FDAK-DDT - INSTALLATION CHECK / STATUS CHECK
  5207.     AX = 12FFh
  5208.     BL = 00h
  5209. Return: AL = DDh if installed
  5210.         BH = state (00h disabled, nonzero enabled)
  5211.         BL = readonly flag (00h writable, nonzero read-only)
  5212. Program: FDAK-DDT is the FreeDOS Alternative Kernel Device Drivers Testing
  5213.       release by Yury A. Semenov
  5214. SeeAlso: AX=12FFh/BL=07h
  5215. --------O-2F12FFBL01-------------------------
  5216. INT 2F - FreeDOS - FDAK-DDT - ENABLE FDAK DRIVERS
  5217.     AX = 12FFh
  5218.     BL = 01h
  5219. SeeAlso: AX=12FFh/BL=00h,AX=12FFh/BL=02h
  5220. --------O-2F12FFBL02-------------------------
  5221. INT 2F - FreeDOS - FDAK-DDT - DISABLE FDAK DRIVERS
  5222.     AX = 12FFh
  5223.     BL = 02h
  5224. SeeAlso: AX=12FFh/BL=00h,AX=12FFh/BL=01h
  5225. --------O-2F12FFBL03-------------------------
  5226. INT 2F - FreeDOS - FDAK-DDT - SWITCH BLOCK DEVICE TO READ-ONLY
  5227.     AX = 12FFh
  5228.     BL = 03h
  5229.     ???
  5230. SeeAlso: AX=12FFh/BL=00h,AX=12FFh/BL=04h
  5231. --------O-2F12FFBL04-------------------------
  5232. INT 2F - FreeDOS - FDAK-DDT - SWITCH BLOCK DEVICE TO READ-WRITE
  5233.     AX = 12FFh
  5234.     BL = 04h
  5235.     ???
  5236. SeeAlso: AX=12FFh/BL=00h,AX=12FFh/BL=03h
  5237. --------O-2F12FFBL05-------------------------
  5238. INT 2F - FreeDOS - FDAK-DDT - TURN ACTIVITY INDICATOR ON
  5239.     AX = 12FFh
  5240.     BL = 05h
  5241. Note:    not yet implemented as of January 1996
  5242. SeeAlso: AX=12FFh/BL=00h,AX=12FFh/BL=06h
  5243. --------O-2F12FFBL06-------------------------
  5244. INT 2F - FreeDOS - FDAK-DDT - TURN ACTIVITY INDICATOR OFF
  5245.     AX = 12FFh
  5246.     BL = 06h
  5247. Note:    not yet implemented as of January 1996
  5248. SeeAlso: AX=12FFh/BL=00h,AX=12FFh/BL=05h
  5249. --------O-2F12FFBL07-------------------------
  5250. INT 2F - FreeDOS - FDAK-DDT - UNINSTALL
  5251.     AX = 12FFh
  5252.     BL = 07h
  5253. Return: ES = segment of FDAK memory block
  5254. Note:    the caller must free the memory block returned in ES
  5255.       (via INT 21/AH=49h)
  5256. SeeAlso: AX=12FFh/BL=00h
  5257. --------m-2F12FFBX0006-----------------------
  5258. INT 2F U - DR DOS 6, Novell DOS 7 - EMM386.EXE - VIDEO MEMORY SPACE CONTROL
  5259.     AX = 12FFh
  5260.     BX = 0006h
  5261.     DX = 0000h
  5262.     CX = function
  5263.         0000h get status of video memory space (MEMMAX /V)
  5264.         0001h map memory into video memory space (MEMMAX +V)
  5265.         0002h unmap memory from video memory space (MEMMAX -V)
  5266. Return: CF clear if successful
  5267.         AX = 0000h (successful)
  5268.         BX = segment of reserved video RAM
  5269.         CX = segment of used video RAM
  5270.         DX = segment of first upper MCB
  5271. Notes:    this functionality is provided by EMM386, and partially supported by
  5272.       HIDOS.SYS
  5273.     BL specifies which program handles the call, BH is the function number
  5274. SeeAlso: AX=D201h/BX=4849h
  5275. --------O-2F12FFBX0000-----------------------
  5276. INT 2F U - Novell DOS 7 - GET ???
  5277.     AX = 12FFh
  5278.     BX = 0000h
  5279. Return: AX = 0000h if supported
  5280.     DX = ??? (internal data)
  5281. SeeAlso: AX=12FFh/BX=0001h
  5282. --------O-2F12FFBX0001-----------------------
  5283. INT 2F U - Novell DOS 7 - SET ???
  5284.     AX = 12FFh
  5285.     BX = 0001h
  5286.     DX = new value for ???
  5287. Return: AX = 0000h if supported
  5288. SeeAlso: AX=12FFh/BX=0000h
  5289. --------O-2F12FFBX0002-----------------------
  5290. INT 2F U - Novell DOS 7 - GET ??? SIZE
  5291.     AX = 12FFh
  5292.     BX = 0002h
  5293. Return: AX = 0000h if supported
  5294.     DX = size of/required-for ??? in paragraphs
  5295. SeeAlso: AX=12FFh/BX=0003h
  5296. --------O-2F12FFBX0003-----------------------
  5297. INT 2F U - Novell DOS 7 - SET ???
  5298.     AX = 12FFh
  5299.     BX = 0003h
  5300.     DX = new value for ???
  5301. Return: AX = 0000h if supported
  5302. SeeAlso: AX=12FFh/BX=0002h
  5303. --------O-2F12FFBX0007-----------------------
  5304. INT 2F U - Novell DOS 7 - SCRIPT.EXE - GET ???
  5305.     AX = 12FFh
  5306.     BX = 0007h
  5307.     CX = 0000h
  5308. Return: CF clear if installed
  5309.         AX = 0000h
  5310.         BX = ??? (4426h)
  5311.         CX = ??? (0068h)
  5312.         DX = PSP segment of resident code???
  5313.         SI = ??? (4AFAh)
  5314.         ES = resident code segment
  5315. --------O-2F12FFBX0009-----------------------
  5316. INT 2F U - Novell DOS 7 - SET ???
  5317.     AX = 12FFh
  5318.     BX = 0009h
  5319.     DX = new value for ???
  5320. Return: ???
  5321. Note:    the DX value is stored at offset 66h in SYSVARS and offset 18h in
  5322.       the Novell DOS 7 internal variable table
  5323. --------m-2F12FFBX0106-----------------------
  5324. INT 2F U - Novell DOS 7 - EMM386.EXE - GET VERSION???
  5325.     AX = 12FFh
  5326.     BX = 0106h
  5327. Return:    CF clear if successful
  5328.         AX = 0000h (successful)
  5329.         BX = EDC0h (signature)
  5330.         CL = memory manager variant (02h,03h)
  5331.         (02h when DPMI/VCPI disabled, 03h when DPMI/VCPI loaded)
  5332.         CH = ??? (00h)
  5333.         DX = version??? (0300h for v3.0)
  5334.         ES = segment of EMM386 low-memory stub
  5335. Notes:    BL specifies which program handles the call, BH is the function number
  5336.     if the word at ES:0012h is nonzero, if contains the offset within
  5337.       segment ES of the CEMM-compatible entry point (see #1904)
  5338.     if no other program has hooked INT 67, an alternate installation
  5339.       check is to test for the string
  5340.       "NOVELL EXPANDED MEMORY MANAGER 386" at offset 14h in the INT 67
  5341.       handler's segment; the word immediately preceding this string
  5342.       contains the offset of the API entry point if it is nonzero
  5343. Index:    entry point;Novell EMM386
  5344.  
  5345. (Table 1904)
  5346. Call Novell EMM386.EXE entry point with:
  5347.     AH = 00h get memory manager's status???
  5348.         ???
  5349.     AH = 01h set memory manager's status???
  5350.         ???
  5351.     AH = 02h Weitek coprocessor support???
  5352.         AL = subfunction???
  5353.     more functions???
  5354. SeeAlso: #0821 at INT 21/AX=4402h/SF=02h,#2840 at INT 67/AX=FFA5h
  5355. --------m-2F12FFBL06-------------------------
  5356. INT 2F U - Novell DOS 7 - EMM386.EXE - ???
  5357.     AX = 12FFh
  5358.     BL = 06h
  5359.     BH = function (02h-09h)
  5360.     ???
  5361. Return: ???
  5362. --------O-2F12FFBX0EDC-----------------------
  5363. INT 2F U - Novell DOS 7 - EMM386.EXE - CHECK IF MULTITASKING SUPPORT LOADED???
  5364.     AX = 12FFh
  5365.     BX = 0EDCh ('EDC' = Novell European Development Center)
  5366. Return: AX = 0000h if ??? loaded
  5367.         CF clear
  5368.         BX = 0000h
  5369. Notes:    called by Novell DOS 7 TaskMgr
  5370.     if this function returns with AX=0000h, then the code necessary to
  5371.       support the API on INT 2F/AX=2780h is loaded and that API becomes
  5372.       available for use
  5373.     because the request is handled on the initial trap to the memory
  5374.       manager caused by INT instructions, this function must be invoked
  5375.       with an actual INT 2F instruction instead of some simulation such
  5376.       as a far call to the address in the interrupt vector table
  5377. SeeAlso: AX=2780h/CL=01h,AX=2780h/CL=02h,AX=2780h/CL=03h,AX=2780h/CL=04h
  5378. --------D-2F13-------------------------------
  5379. INT 2F U - DOS 3.2+ - SET DISK INTERRUPT HANDLER
  5380.     AH = 13h
  5381.     DS:DX -> interrupt handler disk driver calls on read/write
  5382.     ES:BX = address to restore INT 13 to on system halt (exit from root
  5383.          shell) or warm boot (INT 19)
  5384. Return: DS:DX set by previous invocation of this function
  5385.     ES:BX set by previous invocation of this function
  5386. Notes:    IO.SYS hooks INT 13 and inserts one or more filters ahead of the
  5387.       original INT 13 handler.  The first is for disk change detection
  5388.       on floppy drives, the second is for tracking formatting calls and
  5389.       correcting DMA boundary errors, the third is for working around
  5390.       problems in a particular version of IBM's ROM BIOS
  5391.     before the first call, ES:BX points at the original BIOS INT 13; DS:DX
  5392.       also points there unless IO.SYS has installed a special filter for
  5393.       hard disk reads (on systems with model byte FCh and BIOS date
  5394.       "01/10/84" only), in which case it points at the special filter
  5395.     most DOS 3.2+ disk access is via the vector in DS:DX, although a few
  5396.       functions are still invoked via an INT 13 instruction
  5397.     this is a dangerous security loophole for any virus-monitoring software
  5398.       which does not trap this call ("INT13", "Nomenklatura", and many
  5399.       Bulgarian viruses are known to use it to get the original ROM entry
  5400.       point)
  5401. SeeAlso: INT 13/AH=01h,INT 19,INT 9D"VIRUS"
  5402. --------N-2F13-------------------------------
  5403. INT 2F U - MS-NET - ???
  5404.     AH = 13h
  5405.     ???
  5406. Return: ???
  5407. Note:    supposedly used to move (or control the movement of) NCBs
  5408. --------U-2F1400-----------------------------
  5409. INT 2F C - NLSFUNC.COM - INSTALLATION CHECK
  5410.     AX = 1400h
  5411. Return: AL = 00h not installed, OK to install
  5412.          01h not installed, not OK
  5413.          FFh installed
  5414. Notes:    this function is called by the DOS v3.3+ kernel
  5415.     supported by OS/2 v1.3+ compatibility box, which always returns AL=FFh
  5416.     supported by DR DOS 5.0
  5417.     documented for MS-DOS 5+, but undocumented in prior versions
  5418. SeeAlso: AX=1401h"NLSFUNC",AX=1402h"NLSFUNC"
  5419. --------D-2F1400-----------------------------
  5420. INT 2F - European MS-DOS 4.0 POPUP - "CheckPu" - INSTALLATION CHECK
  5421.     AX = 1400h
  5422. Return: AX = FFFFh if installed
  5423.         BX = maximum memory required to save screen and keyboard info
  5424.     CF clear if successful
  5425.     CF set on error
  5426.         AX = error code
  5427.         0002h invalid function
  5428.         0004h unknown error
  5429. Note:    the POPUP interface is used by background programs (see INT 21/AH=80h)
  5430.       to communicate with the user
  5431. SeeAlso: AX=1401h"POPUP",AX=1402h"POPUP",AX=1403h"POPUP"
  5432. --------U-2F1401-----------------------------
  5433. INT 2F CU - NLSFUNC.COM - CHANGE CODE PAGE
  5434.     AX = 1401h
  5435.     DS:SI -> internal code page structure (see #1905)
  5436.     BX = new code page (see #1060 at INT 21/AX=6602h)
  5437.     DX = country code???
  5438. Return: AL = status
  5439.          00h successful
  5440.          else DOS error code
  5441. Note:    this function is called by the DOS v3.3+ kernel
  5442. SeeAlso: AX=1400h"NLSFUNC",AX=1402h"NLSFUNC",INT 21/AH=66h
  5443.  
  5444. Format of DOS 3.30 internal code page structure:
  5445. Offset    Size    Description    (Table 1905)
  5446.  00h  8 BYTEs    ???
  5447.  08h 64 BYTEs    name of country information file
  5448.  48h    WORD    system code page (see #1060 at INT 21/AX=6602h)
  5449.  4Ah    WORD    number of supported subfunctions
  5450.  4Ch  5 BYTEs    data to return for INT 21/AX=6502h
  5451.  51h  5 BYTEs    data to return for INT 21/AX=6504h
  5452.  56h  5 BYTEs    data to return for INT 21/AX=6505h
  5453.  5Bh  5 BYTEs    data to return for INT 21/AX=6506h
  5454.  60h 41 BYTEs    data to return for INT 21/AX=6501h
  5455. --------D-2F1401-----------------------------
  5456. INT 2F - European MS-DOS 4.0 POPUP - "PostPu" - OPEN/CLOSE POPUP SCREEN
  5457.     AX = 1401h
  5458.     DL = function (00h open, 01h close)
  5459.     DH = wait flag
  5460.         00h block until screen opens
  5461.         01h return error if screen is not available
  5462.         02h urgent--always open screen immediately
  5463. Return: CF clear if successful
  5464.         BX = amount of memory needed to save screen and keyboard info,
  5465.         0000h if default save location can be used (only if DH was 02h)
  5466.     CF set on error
  5467. Note:    the application using the screen is frozen until the popup screen is
  5468.       closed
  5469. SeeAlso: AX=1400h"POPUP",AX=1402h"POPUP",AX=1403h"POPUP"
  5470. --------U-2F1402-----------------------------
  5471. INT 2F CU - NLSFUNC.COM - GET EXTENDED COUNTRY INFO
  5472.     AX = 1402h
  5473.     BP = subfunction (same as AL for INT 21/AH=65h)
  5474.     BX = code page (see #1060 at INT 21/AX=6602h)
  5475.     DX = country code (see #0713 at INT 21/AH=38h)
  5476.     DS:SI -> internal code page structure (see #1905)
  5477.     ES:DI -> user buffer
  5478.     CX = size of user buffer
  5479. Return: AL = status
  5480.         00h successful
  5481.         else DOS error code
  5482. Notes:    this function is called by the DOS v3.3+ kernel on INT 21/AH=65h
  5483.     code page structure apparently only needed for COUNTRY.SYS pathname
  5484. SeeAlso: AX=1401h"NLSFUNC",AX=1403h"NLSFUNC",AX=1404h,INT 21/AH=65h
  5485. --------D-2F1402-----------------------------
  5486. INT 2F - European MS-DOS 4.0 POPUP - "SavePu" - SAVE POPUP SCREEN
  5487.     AX = 1402h
  5488.     ES:DI -> save buffer (0000h:0000h for default buffer in POPUP)
  5489. Return: CF clear if successful
  5490.     CF set on error
  5491.         AX = error code (see #1906)
  5492. SeeAlso: AX=1400h"POPUP",AX=1401h"POPUP",AX=1403h"POPUP"
  5493.  
  5494. (Table 1906)
  5495. Values for POPUP error code:
  5496.  0001h    process does not own screen
  5497.  0004h    unknown error
  5498.  0005h    invalid pointer
  5499. --------U-2F1403-----------------------------
  5500. INT 2F CU - NLSFUNC.COM - SET CODE PAGE
  5501.     AX = 1403h
  5502.     DS:SI -> internal code page structure (see #1905)
  5503.     BX = code page (see #1060 at INT 21/AX=6602h)
  5504.     DX = country code (see #0713 at INT 21/AH=38h)
  5505. Return: AL = status
  5506.          ???
  5507. Note:    this function is called by the DOS v3.3+ kernel on INT 21/AH=38h
  5508. SeeAlso: AX=1402h"NLSFUNC",AX=1404h,INT 21/AH=38h"SET"
  5509. --------D-2F1403-----------------------------
  5510. INT 2F - European MS-DOS 4.0 POPUP - "RestorePu" - RESTORE SCREEN
  5511.     AX = 1403h
  5512.     ES:DI -> buffer containing saved screen
  5513.         (0000h:0000h for default buffer in POPUP)
  5514. Return: CF clear if successful
  5515.     CF set on error
  5516.         AX = error code (see #1906)
  5517. SeeAlso: AX=1400h"POPUP",AX=1401h"POPUP",AX=1402h"POPUP"
  5518. --------U-2F1404-----------------------------
  5519. INT 2F CU - NLSFUNC.COM - GET COUNTRY INFO
  5520.     AX = 1404h
  5521.     BX = code page (see #1060 at INT 21/AX=6602h)
  5522.     DX = country code (see #0713 at INT 21/AH=38h)
  5523.     DS:SI -> internal code page structure (see #1905)
  5524.     ES:DI -> user buffer
  5525. Return: AL = status
  5526.          ???
  5527. Notes:    this function is called by the DOS v3.3+ kernel on INT 21/AH=38h
  5528.     code page structure apparently only needed for COUNTRY.SYS pathname
  5529. SeeAlso: AX=1402h,AX=1403h,INT 21/AH=38h"GET"
  5530. --------U-2F14FE-----------------------------
  5531. INT 2F U - DR DOS 5.0 NLSFUNC - GET EXTENDED COUNTRY INFORMATION
  5532.     AX = 14FEh
  5533.     BX = code page (FFFFh=global code page) (see #1060 at INT 21/AX=6602h)
  5534.     DX = country ID (FFFFh=current country) (see #0713 at INT 21/AH=38h)
  5535.     ES:DI -> country information buffer
  5536.     CL = info ID
  5537.         01h get general internationalization info
  5538.         02h get pointer to uppercase table
  5539.         04h get pointer to filename uppercase table
  5540.         05h get pointer to filename terminator table
  5541.         06h get pointer to collating sequence table
  5542.         07h get pointer to Double-Byte Character Set table
  5543.     CF set (used to return error if not installed)
  5544. Return: CF clear if successful
  5545.         DS:SI -> requested information
  5546.     CF set on error
  5547. Notes:    DR DOS 5.0 NLSFUNC returns CF set and AX=0001h if AL was not 00h, FEh,
  5548.       or FFh on entry.
  5549.     the DR DOS kernel calls this function on INT 21/AX=6501h
  5550.     the value in CL is not range-checked by the DR DOS 5.0 NLSFUNC
  5551. SeeAlso: #1907,AX=14FFh,INT 21/AH=65h
  5552.  
  5553. Format of DR DOS COUNTRY.SYS file:
  5554. Offset    Size    Description    (Table 1907)
  5555.  00h 126 BYTEs    copyright notice (terminated with Ctrl-Z, padded with NULs)
  5556.  7Eh    WORD    signature EDC1h
  5557.  80h    var    country pointer records
  5558.     Offset    Size    Description
  5559.      00h    WORD    country code (0000h if end of array)
  5560.      02h    WORD    code page (see #1060 at INT 21/AX=6602h)
  5561.      04h    WORD    ??? (0000h)
  5562.      06h  7 WORDs    offsets in file for data tables for subfunctions
  5563.               01h-07h
  5564.  var    var    country information
  5565. --------U-2F14FF-----------------------------
  5566. INT 2F U - DR DOS 5.0 NLSFUNC - PREPARE CODE PAGE
  5567.     AX = 14FFh
  5568.     BX = code page (see #1060 at INT 21/AX=6602h)
  5569. Return: AX = ???
  5570.     ZF set if AX=0000h
  5571. Notes:    DR DOS 5.0 NLSFUNC returns CF set and AX=0001h if AL was not 00h, FEh,
  5572.       or FFh on entry.
  5573.     passes codepage preparation request to each character device supporting
  5574.       the generic IOCTL call
  5575. SeeAlso: AX=14FEh,INT 21/AX=440Ch,INT 21/AX=6602h
  5576. --------U-2F1500-----------------------------
  5577. INT 2F - DOS 4.00 GRAPHICS.COM - INSTALLATION CHECK
  5578.     AX = 1500h
  5579. Return: AX = FFFFh
  5580.     ES:DI -> ??? (graphics data?)
  5581. Note:    this installation check conflicts with the CD-ROM Extensions
  5582.       installation check; moved to AX=AC00h in later versions
  5583. SeeAlso: AX=AC00h
  5584. --------d-2F1500BX0000-----------------------
  5585. INT 2F - CD-ROM - INSTALLATION CHECK
  5586.     AX = 1500h
  5587.     BX = 0000h
  5588. Return: BX = number of CD-ROM drive letters used
  5589.     CX = starting drive letter (0=A:)
  5590. Notes:    this installation check DOES NOT follow the format used by other
  5591.       software
  5592.     this installation check conflicts with the DOS 4.00 GRAPHICS.COM
  5593.       installation check
  5594. BUG:    this function may return an incorrect starting drive letter when
  5595.       INTERLNK is installed
  5596. SeeAlso: AX=150Ch,AX=15FFh,INT 2F/AX=D000h/BX=4D44h"Lotus"
  5597. --------c-2F1500CH90-------------------------
  5598. INT 2F U - CDBLITZ v2.11 - INSTALLATION CHECK
  5599.     AX = 1500h
  5600.     CH = 90h (function number)
  5601.     BX = 1234h (magic value for CDBLITZ)
  5602. Return: CX = 1234h if installed
  5603.         CF clear
  5604.         DX = BCD version number (DH = major, DL = minor)
  5605. Program: CDBLITZ is a CD-ROM cache by Blitz 'n' Software, Inc.
  5606. SeeAlso: AX=1500h/CH=99h
  5607. --------c-2F1500CH91-------------------------
  5608. INT 2F U - CDBLITZ v2.11 - GET STATISTICS
  5609.     AX = 1500h
  5610.     CH = 91h (function number)
  5611.     BX = 1234h (magic value for CDBLITZ)
  5612. Return: CF clear
  5613.     ES:BX -> statistics record (see #1908)
  5614. SeeAlso: AX=1500h/CH=90h,AX=1500h/CH=97h
  5615.  
  5616. Format of CDBLITZ statistics record:
  5617. Offset    Size    Description    (Table 1908)
  5618.  00h    WORD    cache mode (see also AX=1500h/CH=94h)
  5619.         0001h 'min', 0002h 'max'
  5620.  02h    DWORD    number of read calls???
  5621.  06h    DWORD    total number of sectors read
  5622.  0Ah    DWORD    unused??? (zero)
  5623.  0Eh    DWORD    number of cache hit sectors
  5624.  12h    WORD    cache size in KB
  5625.  14h    WORD    unused??? (zero)
  5626.  16h    WORD    cache state (0000h disabled, 0001h enabled)
  5627. --------c-2F1500CH92-------------------------
  5628. INT 2F U - CDBLITZ v2.11 - ENABLE CACHE
  5629.     AX = 1500h
  5630.     CH = 92h (function number)
  5631.     BX = 1234h (magic value for CDBLITZ)
  5632. Return: CF clear
  5633. SeeAlso: AX=1500h/CH=90h,AX=1500h/CH=93h,AX=1500h/CH=94h
  5634. --------c-2F1500CH93-------------------------
  5635. INT 2F U - CDBLITZ v2.11 - DISABLE CACHE
  5636.     AX = 1500h
  5637.     CH = 93h (function number)
  5638.     BX = 1234h (magic value for CDBLITZ)
  5639. Return: CF clear
  5640. SeeAlso: AX=1500h/CH=90h,AX=1500h/CH=92h,AX=1500h/CH=95h
  5641. --------c-2F1500CH94-------------------------
  5642. INT 2F U - CDBLITZ v2.11 - SET 'MAX' MODE (CACHE BOTH DIRECTORIES AND DATA)
  5643.     AX = 1500h
  5644.     CH = 94h (function number)
  5645.     BX = 1234h (magic value for CDBLITZ)
  5646. Return: CF clear
  5647. SeeAlso: AX=1500h/CH=90h,AX=1500h/CH=92h,AX=1500h/CH=95h
  5648. --------c-2F1500CH95-------------------------
  5649. INT 2F U - CDBLITZ v2.11 - SET 'MIN' MODE (CACHE ONLY DIRECTORY ENTRIES)
  5650.     AX = 1500h
  5651.     CH = 95h (function number)
  5652.     BX = 1234h (magic value for CDBLITZ)
  5653. Return: CF clear
  5654. SeeAlso: AX=1500h/CH=90h,AX=1500h/CH=94h
  5655. --------c-2F1500CH96-------------------------
  5656. INT 2F U - CDBLITZ v2.11 - FLUSH CACHE
  5657.     AX = 1500h
  5658.     CH = 96h (function number)
  5659.     BX = 1234h (magic value for CDBLITZ)
  5660. Return: CF clear
  5661. Note:    this function resets the counts for number of sectors read and number
  5662.       of cache hits, but no other values in the statistics record
  5663.       (see #1908)
  5664. SeeAlso: AX=1500h/CH=90h
  5665. --------c-2F1500CH97-------------------------
  5666. INT 2F U - CDBLITZ v2.11 - GET CACHE STATISTICS
  5667.     AX = 1500h
  5668.     CH = 97h (function number)
  5669.     BX = 1234h (magic value for CDBLITZ)
  5670. Return: CF clear
  5671.     AL = cache mode (01h 'min', 02h 'max') (see also AX=1500h/CH=94h)
  5672.     AH = cache state (00h disabled, 01h enabled)
  5673.     BX = cache size in KB
  5674.     DX:CX = total number of reads
  5675.     DI:SI = number of cache hits
  5676. SeeAlso: AX=1500h/CH=90h,AX=1500h/CH=91h
  5677. --------c-2F1500CH99-------------------------
  5678. INT 2F U - CDBLITZ v2.11 - UNINSTALL
  5679.     AX = 1500h
  5680.     CH = 99h (function number)
  5681.     BX = 1234h (magic value for CDBLITZ)
  5682. Return: CF clear
  5683.     ???
  5684. Program: CDBLITZ is a CD-ROM cache by Blitz 'n' Software, Inc.
  5685. SeeAlso: AX=1500h/CH=90h
  5686. --------d-2F1501-----------------------------
  5687. INT 2F - CD-ROM - GET DRIVE DEVICE LIST
  5688.     AX = 1501h
  5689.     ES:BX -> buffer to hold drive letter list (5 bytes per drive letter)
  5690. Return: buffer filled, for each drive letter
  5691.       BYTE    subunit number in driver
  5692.       DWORD address of device driver header (see #0953)
  5693. Note:    reportedly returns AX=0000h and an invalid address under Windows95
  5694. SeeAlso: AX=1510h
  5695. --------d-2F1502-----------------------------
  5696. INT 2F - CD-ROM - GET COPYRIGHT FILE NAME
  5697.     AX = 1502h
  5698.     ES:BX -> 38-byte buffer for name of copyright file
  5699.     CX = drive number (0=A:)
  5700. Return: CF set if drive is not a CD-ROM drive
  5701.         AX = 000Fh (invalid drive)
  5702.     CF clear if successful
  5703. SeeAlso: AX=1503h
  5704. --------d-2F1503-----------------------------
  5705. INT 2F - CD-ROM - GET ABSTRACT FILE NAME
  5706.     AX = 1503h
  5707.     ES:BX -> 38-byte buffer for name of abstract file
  5708.     CX = drive number (0=A:)
  5709. Return: CF set if drive is not a CD-ROM drive
  5710.         AX = 000Fh (invalid drive)
  5711.     CF clear if successful
  5712. SeeAlso: AX=1502h,AX=1504h
  5713. --------d-2F1504-----------------------------
  5714. INT 2F - CD-ROM - GET BIBLIOGRAPHIC DOC FILE NAME
  5715.     AX = 1504h
  5716.     ES:BX -> 38-byte buffer for name of bibliographic documentation file
  5717.     CX = drive number (0=A:)
  5718. Return: CF set if drive is not a CD-ROM drive
  5719.         AX = 000Fh (invalid drive)
  5720.     CF clear if successful
  5721. SeeAlso: AX=1502h,AX=1503h
  5722. --------d-2F1505-----------------------------
  5723. INT 2F - CD-ROM - READ VTOC
  5724.     AX = 1505h
  5725.     ES:BX -> 2048-byte buffer
  5726.     CX = drive number (0=A:)
  5727.     DX = sector index (0=first volume descriptor,1=second,...)
  5728. Return: CF set on error
  5729.         AX = error code (15=invalid drive,21=not ready)
  5730.     CF clear if successful
  5731.         AX = volume descriptor type (1=standard,FFh=terminator,0=other)
  5732. Note:    This function was not supported by Novell DOS 7 NWCDEX prior to the
  5733.       08/16/94 update
  5734. --------d-2F1506-----------------------------
  5735. INT 2F - CD-ROM - TURN DEBUGGING ON
  5736.     AX = 1506h
  5737.     BX = debugging function to enable
  5738. Note:    reserved for development
  5739. SeeAlso: AX=1507h
  5740. --------d-2F1507-----------------------------
  5741. INT 2F - CD-ROM - TURN DEBUGGING OFF
  5742.     AX = 1507h
  5743.     BX = debugging function to disable
  5744. Note:    reserved for development
  5745. SeeAlso: AX=1506h
  5746. --------d-2F1508-----------------------------
  5747. INT 2F - CD-ROM - ABSOLUTE DISK READ
  5748.     AX = 1508h
  5749.     ES:BX -> buffer
  5750.     CX = drive number (0=A:)
  5751.     SI:DI = starting sector number
  5752.     DX = number of sectors to read
  5753. Return: CF set on error
  5754.         AL = error code (0Fh invalid drive,15h not ready)
  5755.     CF clear if successful
  5756. Note:    reportedly returns error 15h (not ready) under Windows95
  5757. SeeAlso: AX=1509h
  5758. --------d-2F1509-----------------------------
  5759. INT 2F - CD-ROM - ABSOLUTE DISK WRITE
  5760.     AX = 1509h
  5761.     ES:BX -> buffer
  5762.     CX = drive number (0=A:)
  5763.     SI:DI = starting sector number
  5764.     DX = number of sectors to write
  5765. Note:    corresponds to INT 26h and is currently reserved and nonfunctional
  5766. SeeAlso: AX=1508h
  5767. --------d-2F150A-----------------------------
  5768. INT 2F - CD-ROM - RESERVED
  5769.     AX = 150Ah
  5770. --------d-2F150B-----------------------------
  5771. INT 2F - CD-ROM v2.00+ - DRIVE CHECK
  5772.     AX = 150Bh
  5773.     CX = drive number (0=A:)
  5774. Return: BX = ADADh if MSCDEX.EXE installed
  5775.         AX = support status
  5776.         0000h if drive not supported
  5777.         nonzero if supported
  5778. SeeAlso: AX=150Dh
  5779. --------d-2F150C-----------------------------
  5780. INT 2F - CD-ROM v2.00+ - GET MSCDEX.EXE VERSION (GET VERSION)
  5781.     AX = 150Ch
  5782. Return: BH = major version
  5783.     BL = minor version
  5784. Notes:    MSCDEX.EXE versions prior to 2.00 return BX=0000h
  5785.     Corel's CORELCDX.COM v1.01d returns 2.20, v1.12a returns 2.21
  5786.     Meridian Data's CDNETEX.EXE returns its own version number, e.g. 4.70
  5787.     Windows95 returns v2.95
  5788. SeeAlso: AX=1500h
  5789. --------d-2F150D-----------------------------
  5790. INT 2F - CD-ROM v2.00+ - GET CD-ROM DRIVE LETTERS
  5791.     AX = 150Dh
  5792.     ES:BX -> buffer for drive letter list (1 byte per drive)
  5793. Return: buffer filled with drive numbers (0=A:).  Each byte corresponds
  5794.     to the drive in the same position for function 1501h
  5795. SeeAlso: AX=150Bh
  5796. --------d-2F150E-----------------------------
  5797. INT 2F - CD-ROM v2.00+ - GET/SET VOLUME DESCRIPTOR PREFERENCE
  5798.     AX = 150Eh
  5799.     BX = subfunction
  5800.         00h get preference
  5801.         DX = 0000h
  5802.         Return: DX = preference settings
  5803.         01h set preference
  5804.         DH = volume descriptor preference
  5805.             01h = primary volume descriptor
  5806.             02h = supplementary volume descriptor
  5807.         DL = supplementary volume descriptor preference
  5808.             01h = shift-Kanji
  5809.     CX = drive number (0=A:)
  5810. Return: CF set on error
  5811.         AX = error code (15=invalid drive,1=invalid function)
  5812.     CF clear if successful
  5813. --------d-2F150F-----------------------------
  5814. INT 2F - CD-ROM v2.00+ - GET DIRECTORY ENTRY
  5815.     AX = 150Fh
  5816.     CL = drive number (0=A:)
  5817.     CH bit 0 = copy flag
  5818.         clear if direct copy
  5819.         set if copy to structure which removes ISO/High Sierra diffs
  5820.     ES:BX -> ASCIZ path name
  5821.     SI:DI -> buffer for directory entry (see #1909,#1910)
  5822.          minimum 255 bytes for direct copy
  5823. Return: CF set on error
  5824.         AX = error code
  5825.     CF clear if successful
  5826.         AX = disk format (0=High Sierra,1=ISO 9660)
  5827. Note:    this function was not supported by Novell DOS 7 NWCDEX prior to the
  5828.       08/16/94 update
  5829.  
  5830. Format of CD-ROM directory entry (direct copy):
  5831. Offset    Size    Description    (Table 1909)
  5832.  00h    BYTE    length of directory entry
  5833.  01h    BYTE    length of XAR in Logical Block Numbers
  5834.  02h    DWORD    LBN of data, Intel (little-endian) format
  5835.  06h    DWORD    LBN of data, Motorola (big-endian) format
  5836.  0Ah    DWORD    length of file, Intel format
  5837.  0Eh    DWORD    length of file, Motorola format
  5838. ---High Sierra---
  5839.  12h  6 BYTEs    date and time
  5840.  18h    BYTE    bit flags
  5841.  19h    BYTE    reserved
  5842. ---ISO 9660---
  5843.  12h  7 BYTEs    date and time
  5844.         (seventh byte is offset from GMT in 15-minute increments)
  5845.  19h    BYTE    bit flags
  5846. ---both formats---
  5847.  1Ah    BYTE    interleave size
  5848.  1Bh    BYTE    interleave skip factor
  5849.  1Ch    WORD    volume set sequence number, Intel format
  5850.  1Eh    WORD    volume set sequence number, Motorola format
  5851.  20h    BYTE    length of file name
  5852.  21h  N BYTEs    file name
  5853.     BYTE    (optional) padding if filename is odd length
  5854.       N BYTEs    system data
  5855. SeeAlso: #1910,#0668
  5856.  
  5857. Format of CD-ROM directory entry (canonicalized):
  5858. Offset    Size    Description    (Table 1910)
  5859.  00h    BYTE    length of XAR in Logical Block Numbers
  5860.  01h    DWORD    Logical Block Number of file start
  5861.  05h    WORD    size of disk in logical blocks
  5862.  07h    DWORD    file length in bytes
  5863.  0Bh  7 BYTEs    date and time
  5864.  12h    BYTE    bit flags
  5865.  13h    BYTE    interleave size
  5866.  14h    BYTE    interleave skip factor
  5867.  15h    WORD    volume set sequence number
  5868.  17h    BYTE    length of file name
  5869.  18h 38 BYTEs    ASCIZ filename
  5870.  3Eh    WORD    file version number
  5871.  40h    BYTE    number of bytes of system use data
  5872.  41h 220 BYTEs    system use data
  5873. SeeAlso: #1909
  5874. --------d-2F1510-----------------------------
  5875. INT 2F - CD-ROM v2.10+ - SEND DEVICE DRIVER REQUEST
  5876.     AX = 1510h
  5877.     CX = CD-ROM drive letter (0 = A, 1 = B, etc)
  5878.     ES:BX -> CD-ROM device driver request header (see #1884 at AX=0802h)
  5879. Note:    MSCDEX initializes the device driver request header's subunit field
  5880.       based on the drive number specified in CX
  5881. BUG:    Novell DOS 7 NWCDEX prior to the 12/13/94 update did not initialize
  5882.       the subunit field
  5883. SeeAlso: AX=0802h
  5884. --------d-2F15FFBX0000-----------------------
  5885. INT 2F - CD-ROM - CORELCDX - INSTALLATION CHECK
  5886.     AX = 15FFh
  5887.     BX = 0000h
  5888. Return: BX = ABCDh if CORELCDX loaded
  5889. Note:    Corel's CORELCDX.COM is a replacement for MSCDEX.EXE; it also supports
  5890.       the standard MSCDEX installation check calls AX=1500h and AX=150Ch
  5891. SeeAlso: AX=1500h,AX=150Ch
  5892. --------W-2F1600-----------------------------
  5893. INT 2F - MS Windows - WINDOWS ENHANCED MODE INSTALLATION CHECK
  5894.     AX = 1600h
  5895. Return: AL = status
  5896.         00h neither Windows 3.x enhanced mode nor Windows/386 2.x running
  5897.         01h Windows/386 2.x running
  5898.         80h XMS version 1 driver installed (neither Windows 3.x enhanced
  5899.           mode nor Windows/386 2.x running) (obsolete--see note)
  5900.         FFh Windows/386 2.x running
  5901.     AL = anything else
  5902.         AL = Windows major version number >= 3
  5903.         AH = Windows minor version number
  5904. Notes:    INT 2F/AH=16h comprises an API for non-Windows programs (DOS device
  5905.       drivers, TSRs, and applications) to cooperate with multitasking
  5906.       Windows/386 2.x and Windows 3.x and higher enhanced mode.
  5907.     certain calls are also supported in the Microsoft 80286 DOS extender in
  5908.       Windows standard mode
  5909.     this function served as the installation check and AX=1610h served to
  5910.       get the driver entry point for XMS version 1, which is now obsolete.
  5911.       Use AX=4300h and AX=4310h instead
  5912. SeeAlso: AX=160Ah,AX=1610h,AX=4300h,AX=4680h
  5913. Index:    installation check;XMS version 1
  5914. --------W-2F1602-----------------------------
  5915. INT 2F - MS Windows/386 2.x - GET API ENTRY POINT
  5916.     AX = 1602h
  5917. Return: ES:DI -> Windows/386 2.x API procedure entry point
  5918. Notes:    this interface is supported in Windows 3.x only for 2.x compatibility
  5919.     to get the current virtual machine (VM) ID in Windows/386 2.x:
  5920.         AX = 0000h
  5921.         ES:DI -> return address
  5922.         JUMP to address returned from INT 2F/AX=1602h
  5923.     After JUMP, at return address:
  5924.         BX = current VM ID.
  5925. SeeAlso: AX=C020h
  5926. --------W-2F1603-----------------------------
  5927. INT 2F - MS Windows/386 - GET INSTANCE DATA
  5928.     AX = 1603h
  5929. Return: AX = 5248h ('RH') if supported
  5930.         DS:SI -> Windows/386 instance data (see #1911)
  5931. Notes:    reportedly supported by RM Nimbus MS-DOS 3.3 kernel
  5932.     this function is called by DOSMGR when AX=1607h/BX=0015h is not
  5933.       supported, as is the case in DOS versions prior to 5.0
  5934.     see Geoff Chappell's book _DOS_Internals_ for additional discussions of
  5935.       this function, DOSMGR's behavior, and instancing in general
  5936. SeeAlso: AX=1607h/BX=0015h
  5937.  
  5938. Format of Windows/386 instance data:
  5939. Offset    Size    Description    (Table 1911)
  5940.  00h    WORD    segment of IO.SYS (0000h = default 0070h)
  5941.  02h    WORD    offset in IO.SYS of STACKS data structure (DOS 3.2x)
  5942.         0000h if not applicable
  5943.  04h    WORD    number of instance data entries (max 32)
  5944.  06h    Array of instance data entries
  5945.     Offset    Size    Description
  5946.      00h    WORD    segment (0002h = DOS kernel)
  5947.      02h    WORD    offset
  5948.      04h    WORD    size
  5949. --------W-2F1605-----------------------------
  5950. INT 2F - MS Windows - WINDOWS ENHANCED MODE & 286 DOSX INIT BROADCAST
  5951.     AX = 1605h
  5952.     ES:BX = 0000h:0000h
  5953.     DS:SI = 0000h:0000h
  5954.     CX = 0000h
  5955.     DX = flags
  5956.         bit 0 = 0 if Windows enhanced-mode initialization
  5957.         bit 0 = 1 if Microsoft 286 DOS extender initialization
  5958.         bits 1-15 reserved (undefined)
  5959.     DI = version number (major in upper byte, minor in lower)
  5960. Return: CX = 0000h if okay for Windows to load
  5961.     CX = FFFFh (other registers unchanged) if Windows 3.0 in standard mode
  5962.     CX <> 0 if Windows should not load
  5963.     ES:BX -> startup info structure (see #1912)
  5964.     DS:SI -> virtual86 mode enable/disable callback or 0000h:0000h
  5965.           (see #1915)
  5966. Notes:    the Windows enhanced mode loader and Microsoft 286 DOS extender will
  5967.       broadcast an INT 2F/AX=1605h call when initializing.    Any DOS device
  5968.       driver or TSR can watch for this broadcast and return the appropriate
  5969.       values.  If the driver or TSR returns CX <> 0, it is also its
  5970.       responsibility to display an error message.
  5971.     each handler must first chain to the prior INT 2F handler with
  5972.       registers unchanged before processing the call
  5973.     if the handler requires local data on a per-VM basis, it must store the
  5974.       returned ES:BX in the "next" field of a startup info structure and
  5975.       return a pointer to that structure in ES:BX
  5976.     a single TSR may set the V86 mode enable/disable callback; if DS:SI is
  5977.       already nonzero, the TSR must fail the initialization by setting CX
  5978.       nonzero
  5979.     MSD checks for Windows 3.0 running in standard mode by testing whether
  5980.       CX=FFFFh and other registers are unchanged on return
  5981.     Novell DOS v7.0 (Update 8 - Update 11) TASKMGR in multitasking mode
  5982.       uses this broadcast, even if TASKMGR.INI sets WinPresent= to OFF
  5983.     Microsoft's EMM386.EXE for DOS 5+ when installed with the NOEMS option
  5984.       changes its driver name from EMMQXXX0 to EMMXXXX0 while Windows is
  5985.       active
  5986. SeeAlso: AX=1606h,AX=1608h,AX=4B05h
  5987.  
  5988. Format of Windows Startup Information Structure:
  5989. Offset    Size    Description    (Table 1912)
  5990.  00h  2 BYTEs    major, minor version of info structure
  5991.  02h    DWORD    pointer to next startup info structure or 0000h:0000h
  5992.  06h    DWORD    pointer to ASCIZ name of virtual device file or 0000h:0000h
  5993.  0Ah    DWORD    virtual device reference data (see #1914)
  5994.         (only used if above nonzero)
  5995.  0Eh    DWORD    pointer to instance data records (see #1913) or 0000h:0000h
  5996.  
  5997. Format of one Instance Item in array:
  5998. Offset    Size    Description    (Table 1913)
  5999.  00h    DWORD    address of instance data (end of array if 0000h:0000h)
  6000.  04h    WORD    size of instance data
  6001.  
  6002. Format of Virtual Device Reference Data:
  6003. Offset    Size    Description    (Table 1914)
  6004.  00h    DWORD    physical address of ??? or 00000000h
  6005.  04h    DWORD    physical address of ??? table
  6006.  08h    DWORD    "DEST_PAGE" address to which pages must be mapped
  6007.  0Ch  N DWORDs    "SRC_PAGE" physical addresses of the pages
  6008.         00000000h = end of table
  6009. Note:    EMM386.EXE sets the first pointer to the start of the device driver
  6010.       chain, the second pointer to a field of 40h bytes followed by a
  6011.       16-bit offset to the end of the SRC_PAGE table, and DEST_PAGE to
  6012.       the start segment of the UMB area
  6013.  
  6014. (Table 1915)
  6015. Values Windows virtual mode enable/disable procedure is called with:
  6016.     AX = 0000h disable V86 mode
  6017.     AX = 0001h enable V86 mode
  6018.     interrupts disabled
  6019. Return: CF set on error
  6020.     CF clear if successful
  6021.     interrupts disabled
  6022. --------W-2F1606-----------------------------
  6023. INT 2F - MS Windows - WINDOWS ENHANCED MODE & 286 DOSX EXIT BROADCAST
  6024.     AX = 1606h
  6025.     DX = flags
  6026.         bit 0 = 0 if Windows enhanced-mode exit
  6027.         bit 0 = 1 if Microsoft 286 DOS extender exit
  6028.         bits 1-15 reserved (undefined)
  6029. Notes:    if the init broadcast fails (AX=1605h returned CX <> 0), then this
  6030.       broadcast will be issued immediately.
  6031.     this call will be issued in real mode
  6032.     Novell DOS v7.0 (Update 8 - Update 15) TASKMGR in multitasking mode
  6033.       uses this broadcast, even if TASKMGR.INI sets WinPresent= to OFF
  6034. SeeAlso: AX=1605h,AX=1609h
  6035. --------W-2F1607-----------------------------
  6036. INT 2F - MS Windows - VIRTUAL DEVICE CALL OUT API
  6037.     AX = 1607h
  6038.     BX = virtual device ID (see #1921)
  6039.     CX = (usually) callout subfunction
  6040. Return: (usually) AX,BX,CX,DX,ES contain results
  6041. Notes:    more of a convention than an API, this call specifies a standard
  6042.       mechanism for Windows enhanced-mode virtual devices (VxD's) to talk
  6043.       to DOS device drivers and TSRs
  6044.     see below for details on several virtual devices
  6045. SeeAlso: AX=1605h,AX=1607h/BX=000Ch,AX=1607h/BX=0014h,AX=1607h/BX=0015h
  6046. SeeAlso: AX=1607h/BX=0018h,AX=1684h,AX=C020h
  6047. --------W-2F1607BX0006-----------------------
  6048. INT 2F - MS Windows - "V86MMGR" VIRTUAL DEVICE API
  6049.     AX = 1607h
  6050.     BX = 0006h (VxD identifier of "V86MMGR")
  6051.     CX = 0000h
  6052. Return: AX = status
  6053.         0000h if local A20 state changed
  6054.         1607h if A20 unchanged
  6055.         other if global A20 state changed
  6056. --------W-2F1607BX000C-----------------------
  6057. INT 2F - MS Windows - "VMD" VIRTUAL MOUSE DEVICE API
  6058.     AX = 1607h
  6059.     BX = 000Ch (VxD identifier of "VMD")
  6060. Return: CX = nonzero if mouse driver already virtualized
  6061. Note:    VMD (Virtual Mouse Driver) calls this and then checks whether CX is
  6062.       nonzero; if yes, it will not automatically virtualize the mouse
  6063.       driver.  This would be used if MOUSE.COM already virtualizes
  6064.       itself using the Windows API.
  6065. SeeAlso: AX=1607h/BX=0014h,AX=1607h/BX=0015h
  6066. --------W-2F1607BX0010-----------------------
  6067. INT 2F C - MS Windows 3.1 - "BLOCKDEV" VIRTUAL HARD DISK DEVICE API
  6068.     AX = 1607h
  6069.     BX = 0010h (VxD identifier of "BLOCKDEV")
  6070.     CX = function
  6071.         0001h starting FastDisk compatibility tests
  6072.         0002h ending FastDisk compatibility tests
  6073.         0003h check if FastDisk installation allowed
  6074.         Return: CX = 0000h if allowed
  6075. Note:    this interface is called by the Windows FastDisk driver (such as
  6076.       WDCTRL) when it thinks that the INT 13h handler immediately below
  6077.       IO.SYS's INT 13h code is not in ROM; it should be supported by any
  6078.       program which hooks itself underneath IO.SYS's INT 13h code with
  6079.       INT 2F/AH=13h
  6080. SeeAlso: AX=1607h/BX=0014h,INT 2F/AH=13h
  6081. --------W-2F1607BX0014-----------------------
  6082. INT 2F - MS Windows - "VNETBIOS" VIRTUAL DEVICE API
  6083.     AX = 1607h
  6084.     BX = 0014h (VxD identifier of "VNETBIOS")
  6085. Return: ES:DI -> 128-byte table specifying VNETBIOS actions for each NetBIOS
  6086.         command code (see #1916)
  6087. Note:    VNETBIOS (Virtual NetBIOS) calls this function to determine whether
  6088.       the NetBIOS has an extensions Windows should know about
  6089. SeeAlso: AX=1607h/BX=000Ch,AX=1607h/BX=0010h,AX=1607h/BX=0015h
  6090.  
  6091. (Table 1916)
  6092. Values for VNETBIOS action code:
  6093.  00h    "VN_Unknown" unknown command
  6094.  04h    "VN_No_Map"  no memory mapping necessary
  6095.  08h    "VN_Map_In"  input buffer is quickly used, so no global mapping needed
  6096.  0Ch    "VN_Map_In"  output buffer is quickly used, so no global mapping needed
  6097.  10h    "VN_Map_In_Out"     buffer is quickly used, so no global mapping needed
  6098.  14h    "VN_Chain_Send"     the chain-send command
  6099.  18h    "VN_Cancel"    special case for cancel command
  6100.  1Ch    "VN_Buffer_In"    buffer is incoming
  6101.  20h    "VN_Buffer_Out" buffer is outgoing
  6102.  24h    "VN_Buffer_In_Out" buffer used for both incoming and outgoing data
  6103. --------D-2F1607BX0015-----------------------
  6104. INT 2F C - MS Windows - "DOSMGR" VIRTUAL DEVICE API
  6105.     AX = 1607h
  6106.     BX = 0015h (VxD identifier of "DOSMGR")
  6107.     CX = function
  6108.         0000h query instance processing
  6109.         DX = 0000h
  6110.         Return: CX = state
  6111.                 0000h not instanced
  6112.                 other instanced (DOS 5+ kernel returns 0001h)
  6113.                 DX = segment of DOS drivers or 0000h for
  6114.                     default of 0070h
  6115.                 ES:BX -> patch table (see #1918)
  6116.         0001h set patches in DOS
  6117.         DX = bit mask of patch requests (see #1917)
  6118.         Return: AX = B97Ch
  6119.             BX = bit mask of patches applied (see #1917)
  6120.             DX = A2ABh
  6121.         0002h remove patches in DOS (ignored by DOS 5.0 kernel)
  6122.         DX = bit mask of patch requests (see function 0001h)
  6123.         Return: CX = 0000h (DOS 5-6)
  6124.         Note:    return values are ignored by DOSMGR in Windows 3.1
  6125.         0003h get size of DOS data structures
  6126.         DX = bit mask of request (only one bit can be set)
  6127.             bit 0: Current Directory Structure size
  6128.         Return: if supported request:
  6129.                 AX = B97Ch
  6130.                 CX = size in bytes of requested structure
  6131.                 DX = A2ABh
  6132.             else:
  6133.                 CX = 0000h
  6134.                 all other registers preserved
  6135.         0004h determine instanced data structures
  6136.         Return: AX = B97Ch if supported
  6137.             DX = A2ABh if supported (DOS 5+ kernel returns 0000h)
  6138.             BX = bit mask of instanced items
  6139.                 bit 0: CDS
  6140.                 bit 1: SFT
  6141.                 bit 2: device list
  6142.                 bit 3: DOS swappable data area
  6143.         0005h get device driver size
  6144.         ES = segment of device driver
  6145.         Return: DX:AX = 0000h:0000h on error (not dev. driver segment)
  6146.             DX:AX = A2ABh:B97Ch if successful
  6147.                 BX:CX = size of device driver in bytes
  6148. Notes:    DOSMGR (DOS Manager) will check whether the OEM DOS/BIOS data has
  6149.       been instanced via this API and will not perform its own default
  6150.       instancing of the normal DOS/BIOS data if so; if this API is not
  6151.       supported, DOSMGR will also try to access instancing data through
  6152.       INT 2F/AX=1603h
  6153.     these functions are supported by the DOS 5+ kernel; DOSMGR contains
  6154.       tables of instancing information for earlier versions of DOS
  6155.     see Geoff Chappell's book _DOS_Internals_ for additional discussions of
  6156.       DOSMGR's behavior and instancing in general
  6157. SeeAlso: AX=1603h,AX=1605h,AX=1607h/BX=000Ch,AX=1607h/BX=0014h,AX=1684h
  6158.  
  6159. Bitfields for DOSMGR patch requests:
  6160. Bit(s)    Description    (Table 1917)
  6161.  0    enable critical sections
  6162.  1    NOP setting/checking user ID
  6163.  2    turn INT 21/AH=3Fh on STDIN into polling loop
  6164.  3    trap stack fault in "SYSINIT" to WIN386
  6165.  4    BIOS patch to trap "Insert disk X:" to WIN386
  6166.  
  6167. Format of DOSMGR patch table:
  6168. Offset    Size    Description    (Table 1918)
  6169.  00h  2 BYTEs    DOS version (major, minor)
  6170.  02h    WORD    offset in DOS data segment of "SAVEDS"
  6171.  04h    WORD    offset in DOS data segment of "SAVEBX"
  6172.  06h    WORD    offset in DOS data segment of InDOS flag
  6173.  08h    WORD    offset in DOS data segment of User ID word
  6174.  0Ah    WORD    offset in DOS data segment of "CritPatch" table to enable
  6175.           critical section calls (see INT 2A/AH=80h)
  6176.  0Ch    WORD    (DOS 5+ only) offset in DOS data segment of "UMB_HEAD",
  6177.           containing segment of last MCB in conventional memory
  6178. --------W-2F1607BX0018-----------------------
  6179. INT 2F C - MS Windows - "VMPoll" VIRTUAL DEVICE - IDLE CALLOUT
  6180.     AX = 1607h
  6181.     BX = 0018h (VMPoll VxD ID)
  6182.     CX = 0000h
  6183. Return: AX = status
  6184.         0000h if timeslice used
  6185.         nonzero if timeslice not needed
  6186. Note:    when VMPoll makes this callout, all virtual machines are idle
  6187. SeeAlso: AX=1607h
  6188. --------W-2F1607BX0021--------------------------------------
  6189. INT 2F C - MS Windows - "PageFile" VIRTUAL DEVICE - GET LOCK BYTE
  6190.     AX = 1607h
  6191.     BX = 0021h (PageFile VxD ID)
  6192.     CX = 0000h
  6193. Return: AX = status
  6194.         0000h success
  6195.         ES:DI -> cache lock byte in disk cacher
  6196.         other no disk cache or unsupported
  6197. Notes:    PageFile issues this call on real-mode initialization in order to allow
  6198.       disk caches to provide it with a byte which it can use to temporarily
  6199.       lock the disk cache; VMPOLL also issues this call, so it is made
  6200.       twice each time Windows starts up
  6201.     if this call fails, PageFile falls back to other techniques for locking
  6202.       the disk cache
  6203. SeeAlso: AX=1607h
  6204. --------E-2F1607BX22C0-----------------------
  6205. INT 2F - Rational Systems DOS/4GW - ???
  6206.     AX = 1607h
  6207.     BX = 22C0h
  6208.     ???
  6209. Return: ???
  6210. SeeAlso: INT 15/AX=BF02h,INT 15/AX=BF04h
  6211. --------W-2F1608-----------------------------
  6212. INT 2F C - MS Windows - WINDOWS ENHANCED MODE INIT COMPLETE BROADCAST
  6213.     AX = 1608h
  6214. Notes:    called after all installable devices have been initialized
  6215.     real-mode software may be called between the Windows enhanced-mode init
  6216.       call (AX=1605h) and this call; the software must detect this
  6217.       situation
  6218. SeeAlso: AX=1605h,AX=1609h
  6219. --------W-2F1609-----------------------------
  6220. INT 2F C - MS Windows - WINDOWS ENHANCED MODE BEGIN EXIT BROADCAST
  6221.     AX = 1609h
  6222. Note:    called at the beginning of a normal exit sequence; not made in the
  6223.       event of a fatal system crash
  6224. SeeAlso: AX=1606h,AX=1608h
  6225. --------W-2F160A-----------------------------
  6226. INT 2F - MS Windows 3.1 - IDENTIFY WINDOWS VERSION AND TYPE
  6227.     AX = 160Ah
  6228. Return: AX = 0000h if call supported
  6229.         BX = version (BH=major, BL=minor)
  6230.         CX = mode (0002h = standard, 0003h = enhanced)
  6231. SeeAlso: AX=1600h,AX=4680h
  6232. --------W-2F160B-----------------------------
  6233. INT 2F - MS Windows 3.1 - IDENTIFY TSRs
  6234.     AX = 160Bh
  6235.     ES:DI -> communication structure (see #1919) or 0000h:0000h
  6236. Return: ES:DI -> communication structure
  6237. Desc:    this call allows Windows-aware TSRs to make themselves known to
  6238.       Windows.
  6239. Note:    the TSR should allocate a communication structure, place the given
  6240.       ES:DI pointer in the first field, and return a pointer to the new
  6241.       structure
  6242. SeeAlso: AX=1605h,AX=160Ch,AX=4B01h,AX=4B05h
  6243.  
  6244. Format of TSR-to-Windows communication structure:
  6245. Offset    Size    Description    (Table 1919)
  6246.  00h    DWORD    pointer to next structure
  6247.  04h    WORD    PSP segment
  6248.  06h    WORD    API version ID (0100h)
  6249.  08h    WORD    EXEC flags
  6250.         bit 0: "WINEXEC"
  6251.         bit 1: "LOADLIBRARY"
  6252.         bit 2: "OPENDRIVER"
  6253.  0Ah    WORD    "exec_cmd_show"
  6254.  0Ch    DWORD    "exec_cmd"
  6255.  10h  4 BYTEs    reserved (0)
  6256.  14h    DWORD    pointer to TSR ID block (see #1920)
  6257.  18h    DWORD    pointer to TSR data block or 0000h:0000h
  6258.  
  6259. Format of Norton Utilities 6.0 TSR ID block:
  6260. Offset    Size    Description    (Table 1920)
  6261.  00h    WORD    length of name string
  6262.  02h  N BYTEs    name of TSR's executable
  6263. --------W-2F160C-----------------------------
  6264. INT 2F - MS Windows 3.1 - DETECT ROMs
  6265.     AX = 160Ch
  6266.     ???
  6267. Return: ???
  6268. Note:    used by ROM Windows
  6269. SeeAlso: AX=160Bh
  6270. --------m-2F1610-----------------------------
  6271. INT 2F - XMS v1.x only - GET DRIVER ADDRESS
  6272.     AX = 1610h
  6273.     details unavailable
  6274. Note:    this function and AX=1600h were only used in XMS version 1 and are now
  6275.       obsolete.  Use AX=4300h and AX=4310h instead
  6276. SeeAlso: AX=1600h,AX=4310h
  6277. --------W-2F1680-----------------------------
  6278. INT 2F - MS Windows, DPMI, various - RELEASE CURRENT VIRTUAL MACHINE TIME-SLICE
  6279.     AX = 1680h
  6280. Return: AL = status
  6281.         00h if the call is supported
  6282.         80h (unchanged) if the call is not supported
  6283. Notes:    programs can use this function in idle loops to enhance performance
  6284.       under multitaskers; this call is supported by MS Windows 3.0, DOS 5+,
  6285.       DPMI 1.0+, and in OS/2 2.0+ for multitasking DOS applications
  6286.     does not block the program; it just gives up the remainder of the time
  6287.       slice
  6288.     should not be used by Windows-specific programs
  6289.     when called very often without intermediate screen output under WIN 3+,
  6290.       the VM will go into an idle-state and will not receive the next slice
  6291.       before 8 seconds. This time can be changed in SYSTEM.INI through
  6292.       "IdleVMWakeUpTime=<seconds>". Setting to zero results in a long wait.
  6293. SeeAlso: INT 15/AX=1000h,INT 15/AX=5305h,INT 21/AH=89h,INT 7A/BX=000Ah
  6294. --------W-2F1681-----------------------------
  6295. INT 2F - MS Windows 3+ - BEGIN CRITICAL SECTION
  6296.     AX = 1681h
  6297. Notes:    used to prevent a task switch from occurring
  6298.     should be followed by an INT 2F/AX=1682h call as soon as possible
  6299.     nested calls are allowed, and must be followed by an appropriate number
  6300.       of "end critical section" calls
  6301.     not supported in Windows/386 2.x. Get INDOS flag with INT 21/AH=34h and
  6302.       increment by hand.
  6303. SeeAlso: AX=1682h,INT 15/AX=101Bh,INT 21/AH=34h
  6304. --------W-2F1682-----------------------------
  6305. INT 2F - MS Windows 3+ - END CRITICAL SECTION
  6306.     AX = 1682h
  6307. Notes:    not supported in Windows/386 2.x.  Get InDOS flag with INT 21/AH=34h
  6308.       and decrement by hand, taking care not to decrement InDOS flag
  6309.       through zero
  6310. SeeAlso: AX=1681h,INT 15/AX=101Ch,INT 21/AH=34h
  6311. --------W-2F1683-----------------------------
  6312. INT 2F - MS Windows 3+ - GET CURRENT VIRTUAL MACHINE ID
  6313.     AX = 1683h
  6314. Return: BX = current virtual machine (VM) ID
  6315. Notes:    Windows itself currently runs in VM 1, but this can't be relied upon
  6316.     VM IDs are reused when VMs are destroyed
  6317.     an ID of 0 will never be returned
  6318. SeeAlso: AX=1684h,AX=1685h,AX=168Bh
  6319. --------W-2F1684-----------------------------
  6320. INT 2F - MS Windows - GET DEVICE API ENTRY POINT
  6321.     AX = 1684h
  6322.     BX = virtual device (VxD) ID (see #1921)
  6323.     ES:DI = 0000h:0000h
  6324. Return: ES:DI -> VxD API entry point, or 0:0 if the VxD does not support an API
  6325. Note:    some Windows enhanced-mode virtual devices provide services that
  6326.       applications can access.  For example, the Virtual Display Device
  6327.       (VDD) provides an API used in turn by WINOLDAP.
  6328. SeeAlso: AX=1683h
  6329.  
  6330. (Table 1921)
  6331. Values for MS Windows VxD ID:
  6332. Value    Name   CallOut V86 PM    Description
  6333.  0000h    LPT        N    N  N    DOS386 LPT Device (Windows for Workgroups 3.11)
  6334.  0000h    MSODISUP    N    N  N    MS ODI Support (Windows for Workgroups 3.11)
  6335.  0000h    NWNBLINK    N    N  N    Netware NetBIOS (Windows for Workgroups 3.11)
  6336.  0000h    SERIAL        N    N  N    DOS386 Serial Device (Windows for Workgrp 3.11)
  6337.  0001h    VMM        N  N    Virtual Machine Manager
  6338.  0002h    Debug
  6339.  0003h    VPICD        Y  Y    Virtual Prog. Interrupt Controller (PIC) Device
  6340.  0004h    VDMAD        N  N    Virtual Direct Memory Access (DMA) Device
  6341.  0005h    VTD        Y  Y    Virtual Timer Device
  6342.  0006h    V86MMGR        Y    N  N    Virtual 8086 Mode Device
  6343.  0007h    PageSwap    N  N    Paging Device
  6344.  0008h    Parity        N  N    Parity-check trapper
  6345.  0009h    Reboot        N  Y    Ctrl-Alt-Del handler
  6346.  000Ah    VDD        N  Y    Virtual Display Device (GRABBER)
  6347.  000Bh    VSD        N  N    Virtual Sound Device
  6348.  000Ch    VMD        Y    Y  Y    Virtual Mouse Device
  6349.  000Dh    VKD        N  Y    Virtual Keyboard Device
  6350.  000Eh    VCD        N  Y    Virtual COMM Device
  6351.  000Fh    VPD            Virtual Printer Device
  6352.  0010h    VHD            Virtual Hard Disk Device (Windows 3.0)
  6353.  0010h    BLOCKDEV    N  N    Virtual Hard Disk Device (Windows 3.1)
  6354.  0010h    IOS        N    N  N    DOS386 IOS Device (Windows for Workgroups 3.11)
  6355.  0010h    IOS        N  Y    (Chicago)
  6356.  0011h    VMCPD        Y  Y    Virtual Math CoProcessor Device
  6357.  0012h    EBIOS        N  N    Reserve EBIOS page (e.g., on PS/2)
  6358.  0013h    BIOSXLAT    N  N    Map ROM BIOS API between prot & V86 mode
  6359.  0014h    VNETBIOS    Y    N  N    Virtual NetBIOS Device
  6360.  0015h    DOSMGR        Y    Y  N    DOS data instancing (see #1924)
  6361.  0016h    WINLOAD
  6362.  0017h    SHELL        N  Y
  6363.  0018h    VMPOLL        N  N
  6364.  0019h    VPROD
  6365.  001Ah    DOSNET        N  N    assures network integrity across VMs
  6366.  001Ah    VNETWARE    Y  Y    Novell NetWare DOSNET replacement
  6367.  001Bh    VFD        N  N    Virtual Floppy Device
  6368.  001Ch    VDD2            Secondary display adapter
  6369.  001Ch    LoadHi        N  N    Netroom LoadHi Device (RMLODHI.VXD)
  6370.  001Ch    LoadHi        N  N    386MAX LoadHi Device (386MAX.VXD)
  6371.  001Ch    LoadHi        N  N    Win386 LoadHi Device (EMM386.EXE)
  6372.  001Dh    WINDEBUG    N  Y
  6373.  001Dh    TDDebug        N  Y
  6374.  001Eh    TSRLoad            TSR instance utility
  6375.  001Fh    BiosHook        BIOS interrupt hooker VxD
  6376.  0020h    Int13        N    N  N
  6377.  0021h    PageFile    N  Y    Paging File device
  6378.  0022h    SCSI
  6379.  0023h    MCA_POS            Microchannel Programmable Option Select
  6380.  0024h    SCSIFD            SCSI FastDisk device
  6381.  0025h    VPEND            Pen device
  6382.  0026h    APM            Advanced Power Management
  6383.  0027h    VXDLDR         N    Y  Y    VXDLDR (Windows for Workgroups 3.11)
  6384.  0028h    NDIS         N    Y  Y    Network Driver Interface Specification
  6385.                   (Windows for Workgroups 3.11)
  6386.  002Ah    VWIN32        N  Y    (Chicago)
  6387.  002Bh    VCOMM         N    Y  Y    DOS386 VCOMM Device (Windows for Workgrps 3.11)
  6388.  002Dh    W32S         Y    N  Y    WIN32s 32-bit extension to Windows API
  6389.  0030h    MACH32         N    N  Y    ATI Mach32 video card
  6390.  0031h    NETBEUI         N    N  N    NETBEUI (Windows for Workgroups 3.11)
  6391.  0032h    SERVER         N    Y  Y    Int21 File Server (Windows for Workgroups 3.11)
  6392.  0033h    CONFIGMG    Y  Y    (Chicago)
  6393.  0033h    EDOS        N  N    Windows DOS Box Enhancer by Mom's Software
  6394.  0034h    DWCFGMG.SYS        Plug-and-Play configuration manager
  6395.  0036h    VFBACKUP    Y  Y    (Chicago)
  6396.  0038h    VCOND        Y  Y    (Chicago)
  6397.  003Ah    VPMTD         N    N  Y    IFAX Scheduler Device (Windows for Workgr 3.11)
  6398.  003Bh    DSVXD        Y  N    DoubleSpace VxD from MS-DOS v6.x
  6399.  0051h    ISAPNP        N  N
  6400.  008Dh    ESDI_506    N  N    (Chicago)
  6401.  0090h    voltrack    N  N
  6402.  00FDh    FAKEIDE        N  N    (Chicago)
  6403.  0102h    CV1        N  N    Microsoft C/C++ 7.00+ CodeView for Windows
  6404.  0200h    VIPX        Y  Y    NetWare Virtual IPX Driver
  6405.  0200h  VTEMPD            dummy template driver by Ray Patch
  6406.  0201h    VNWLSERV    N  N    NetWare Lite 1.1 Server (SERVER.EXE)
  6407.  0202h    WINICE        Y  Y    SoftICE/W
  6408.  0203h    VCLIENT        N  Y    NetWare Lite 1.1+ Client
  6409.  0205h    VCAFT        N  N    Novell Virtual CAFT Driver (LANalyzer for Win)
  6410.  0205h    BCW        Y  Y    Nu-Mega Bounds Checker for Windows
  6411.  0206h    VTXRX        N  N    Novell Virtual TXRX Driver (LANalyzer for Win)
  6412.  0207h    DPMS         N    Y  N    Novell DOS Protected Mode Services
  6413.  0234h    VCOMMUTE    Y  Y    PC Tools Commute
  6414.  0442h    VTDAPI        N  Y    MMSys Win386 VTAPI Device
  6415.  0444h    VADMAD            Autoinitialize DMA (Windows 3.0)
  6416.  0445h    VSBD        Y  Y    WinResKit: Sound Blaster Device
  6417.  0446h    VADLIBD         Y    Y  Y    MMSys Win386 AdLib Device (v3.x)
  6418.  045Dh    VflatD        N  Y    dva.386, part of WIN32s
  6419.  0460h    UNIMODEM    N  Y
  6420.  0480h    VNetSup         N    Y  Y    Virtual Net Support (Windows for Workgrps 3.11)
  6421.  0481h    VRedir         N    N  N    Redirector File System Driver
  6422.                   (Windows for Workgroups 3.11)
  6423.  0482h    VBrowse        Y  Y    Win386 Virtual Browser
  6424.  0483h    VSHARE        N  N    Windows for Workgroups Virtual SHARE
  6425.  0484h    IFSMgr         Y    Y  N    Installable File System Manager
  6426.                   (Windows for Workgroups 3.11)
  6427.  0486h    VFAT         N    Y  Y    Win386 HPFS Driver (Windows for Workgrps 3.11)
  6428.  0487h    NWLINK        Y  Y    Win386 Virtual Packet Exchange Protocol
  6429.  0487h    NWSUP         Y    N  N    NetWare Vnetbios shim
  6430.  048Bh    VCache         N    Y  Y    Virtual File Cache (Windows for Workgrps 3.11)
  6431.  048Bh    VCACHE        Y  Y
  6432.  048Dh    RASMAC        Y  Y    enhanced mode Win4Workgroups RASMAC device
  6433.  1020h    VCV            Microsoft C/C++ 7.00 CodeView
  6434.  1021h    VMB        Y  Y    Microsoft C/C++ 7.00 WXSRVR
  6435.  1022h    Vpfd        Y  Y    Microsoft C/C++ 7.00
  6436.  1025h    MMD        Y  Y    Microsoft C/C++ 8.00, Visual C/C++ 1.00
  6437.  2020h    PIPE        Y  Y    by Thomas W. Olson, in Windows/DOS DevJrn 5/92
  6438.  21EAh    VADLIBWD    N  Y    Adlib Waveform Driver by John Ridges
  6439.  2200h    VFINTD        Y  Y    Norton VFINTD (Norton Desktop)
  6440.  22C0h    ???        Y        Rational Systems DOS/4GW ???
  6441.  2402h    ZMAX        N  N    Qualitas 386MAX v7 DOSMAX handler
  6442.  24A0h    VNSS        N  Y    Norton Screen Saver (Norton Desktop)
  6443.  24A1h    VNDWD        Y  Y    Norton VNDWD Device (Norton Desktop)
  6444.  24A2h    SYMEvent    Y  Y    Norton Utilities v8
  6445.  2540h    VILD        Y  N    INTERLNK client from MS-DOS v6.x
  6446.  2640h    VASBID        N  Y    WinResKit: Artisoft Sounding Board Device
  6447.  2860h    COMMTASK    N    N  Y    Windows 386-mode preemptive tasker by James
  6448.                   A. Kenemuth of Interabang Computing
  6449.  28A0h    PHARLAPX    Y    PharLap inter-VM communications DLL
  6450.  28A1h    PharLap        Y    Y  Y    PharLap 386|DOS-Extender DOSXNT.386
  6451.  28C0h    VXD        N    Y  Y    Generic VxD for real and protected mode by
  6452.                   Andrew Schulman in MSJ February 1993
  6453.  28C1h    PUSHKEYS        VKD_Force_Keys device
  6454.  28C2h    VCR3D            Virtual CR3, by A.Schulman in MSJ October 1992
  6455.  2925h    EDOS        Y  Y    Enhanced DOS by Firefly Software
  6456.  292Dh    VSBPD        Y  Y    Sound Blaster Pro
  6457.  304Ch    DWCFGMG.SYS        Plug-and-Play configuration access
  6458.  3098h    VstlthD        N    N  N    for QEMM Stealth ROM mode
  6459.  310Eh    WPS        N  Y    MS DevNet CD-ROM: Windows Process Status
  6460.  313Bh    PMC            Power Management Coordinator
  6461.  32CBh    VFRAD        Y  Y    Dr.Franz - Simultan's diagnotics VFRAD.386
  6462.  36AEh    AIB-PC.386    Y  Y    Sunset Laboratory interface hardware driver
  6463.  4321h    POSTMSG        Y  Y    (see #1945)
  6464.  7A5Fh    SIWVID        Y    Y  Y    Soft-ICE for Windows video driver
  6465.  7FE0h    VSWITCHD    Y  N    by Jeff Prosise
  6466.  7FE0h    VWFD        N    Y  Y    reports windowed/fullscreen state; by Neil
  6467.                   Sandlin of Microsoft, shipped with ANSIPLUS
  6468.  7FE1h    VWATCHD        N    Y  Y    basic driver w/ no functionality except tracing
  6469.                   by Keith Jin of Microsoft PSS
  6470.  7FE5h    VFINTD        N    Y  Y    Virtual Floppy Interrupt trapper by Neil
  6471.                   Sandlin of Microsoft
  6472.  7FE7h    VMPAGES        N    Y  Y    demonstration of exporting VxD services, by
  6473.                   Neil Sandlin of Microsoft
  6474.  7FE8h    VPOSTD        Y  Y    PostMessage() demo by Curtis J. Palmer of MS
  6475.  7FE9h    VIdleD        N    N  N    demonstration of Call_When_Idle function, by
  6476.                   Bernie McIlroy of Microsoft
  6477.  7FEBh    VMIOD        N    N  N    Virtual Monitor I/O Traffic Device, by Neil
  6478.                   Sandlin of Microsoft
  6479.  7FEDh    VMIRQD        N    N  N    Virtual Monitor IRQ Traffic Device, by Neil
  6480.                   Sandlin of Microsoft
  6481.  8888h    VbillD            Bill Potvin II's for reversing Compaq LTE video
  6482.  EEEEh    VEPSD        N  N    Virtual Extended Paging Services for
  6483.                   Borland C++ v4.0
  6484. Note:    The high bit of the VxD ID is reserved for future use. Originally,
  6485.     the next 10 bits were the OEM number which was assigned by Microsoft,
  6486.     and the low 5 bits were the device number.  Currently, Microsoft
  6487.     assigns VxD IDs individually for each driver; send blank email to
  6488.     vxdid@microsoft.com for more information.
  6489. --------W-2F1684BX0003-----------------------
  6490. INT 2F - MS Windows - VPICD - GET DEVICE API ENTRY POINT
  6491.     AX = 1684h
  6492.     BX = 0003h (virtual device ID for VPICD device) (see #1921)
  6493.     ES:DI = 0000h:0000h
  6494. Return: ES:DI -> VxD API entry point
  6495.           0000h:0000h if the VxD does not support an API
  6496. --------W-2F1684BX0005-----------------------
  6497. INT 2F - MS Windows - VTD - GET DEVICE API ENTRY POINT
  6498.     AX = 1684h
  6499.     BX = 0005h (virtual device ID for VTD device) (see #1921)
  6500.     ES:DI = 0000h:0000h
  6501. Return: ES:DI -> VxD API entry point (see #1922)
  6502.           0000h:0000h if the VxD does not support an API
  6503.  
  6504. (Table 1922)
  6505. Call VTD.386 entry point with:
  6506.     AX = function number
  6507.         0000h get VTD version number
  6508.         Return: AH = major version
  6509.             AL = minor version
  6510.         0100h get current clock tick time
  6511.         Return: EDX:EAX = clock tick time in 840ns units since Windows
  6512.                   was started
  6513.         0101h get current system time in milliseconds
  6514.         Return: EAX = time in milliseconds that Windows has been
  6515.                   running
  6516.         0102h get current virtual machine time
  6517.         Return: EAX = cumulative amount of time the virtual machine has
  6518.                   been active, in milliseconds
  6519. Note:    this entry point should only be called directly when TOOLHELP.DLL
  6520.       TimerCount() cannot be called
  6521. SeeAlso: #0643,#0645,#0644 at INT 20"Windows"
  6522. --------W-2F1684BX0009-----------------------
  6523. INT 2F - MS Windows - REBOOT - GET DEVICE API ENTRY POINT
  6524.     AX = 1684h
  6525.     BX = 0009h (virtual device ID for REBOOT device) (see #1921)
  6526.     ES:DI = 0000h:0000h
  6527. Return: ES:DI -> VxD API entry point (see #1923)
  6528.           0000h:0000h if the VxD does not support an API
  6529. SeeAlso: INT 14/AH=17h"FOSSIL",INT 16/AX=E0FFh
  6530.  
  6531. (Table 1923)
  6532. Call REBOOT protected-mode entry point with:
  6533.     AX = function
  6534.         0100h warm boot
  6535.         Return: never
  6536.         Note:    broadcasts "Reboot_Processor" message, which is caught
  6537.               by the VKD device
  6538.         0201h set KERNEL Ctrl-Alt-Del handler
  6539.         ES:DI -> new Ctrl-Alt-Del handler
  6540.         DS:SI -> KERNEL reboot sanity check byte
  6541.         Return: CF clear
  6542.         Notes:    if an application installs its own handler and then
  6543.               chains to Windows' handler, Windows will no longer
  6544.               be able to detect hung applications, and will always
  6545.               produce an "Application not responding" dialog
  6546.             DS must contain a writable, fixed selector because
  6547.               the provided address is converted to a linear address
  6548.               before being stored
  6549.             when Ctrl-Alt-Del is pressed in the system VM, Reboot
  6550.               sets the sanity check byte to zero, schedules a
  6551.               750ms wait, and then tests whether the check byte is
  6552.               still zero; if not, it displays a message that there
  6553.               is no hung application and then exits
  6554.         0202h get KERNEL Ctrl-Alt-Del handler
  6555.         Return: CF clear
  6556.             ES:DI -> current Ctrl-Alt-Del handler
  6557.         Note:    the default handler is located in KERNEL
  6558.         0203h display "Application not responding" dialog box
  6559.         ES:DI -> ASCIZ name of hung application
  6560.         Return: never if user pressed Ctrl-Alt-Del a second time
  6561.             CF clear
  6562.             AX = result
  6563.                 0000h user pressed Esc
  6564.                 0001h user pressed Enter
  6565.         Note:    this function is used by the default Windows
  6566.               Ctrl-Alt-Del handler
  6567.         0204h set/reset protected-mode INT 01 handler
  6568.         CX:EDX -> new protected-mode INT 01 handler
  6569.         CX = 0000h restore protected-mode INT 01 handler
  6570.         Return: CF clear
  6571.         Notes:    if CX is nonzero, the current handler address is saved
  6572.               internally before the new handler is set; this saved
  6573.               address is then used when CX is zero on entry
  6574.             used by Windows' default Ctrl-Alt-Del handler; actual
  6575.               fatal exit to DOS will be done on next INT 01
  6576.         Warning: opened files are not closed and remain open as
  6577.               orphaned files in DOS
  6578. Note:    functions 0201h and 0203h are not useful outside the system VM
  6579. SeeAlso: #0646,#0647
  6580. --------W-2F1684BX000C-----------------------
  6581. INT 2F - MS Windows - VMD - GET DEVICE API ENTRY POINT
  6582.     AX = 1684h
  6583.     BX = 000Ch (virtual device ID for VMD device) (see #1921)
  6584.     ES:DI = 0000h:0000h
  6585. Return: ES:DI -> VxD API entry point
  6586.           0000h:0000h if the VxD does not support an API
  6587. --------W-2F1684BX0015-----------------------
  6588. INT 2F - MS Windows - DOSMGR - GET DEVICE API ENTRY POINT
  6589.     AX = 1684h
  6590.     BX = 0015h (virtual device ID for DOSMGR device) (see #1921)
  6591.     ES:DI = 0000h:0000h
  6592. Return: ES:DI -> VxD API entry point (see #1924,#0655)
  6593.           0000h:0000h if the VxD does not support an API
  6594.  
  6595. (Table 1924)
  6596. Call DOSMGR entry point with:
  6597.     AX = 0000h get DOSMGR version
  6598.         Return: CF clear
  6599.             AX = version (AH = major, AL = minor)
  6600.     AX = 0001h set critical focus
  6601.         Return: CF clear
  6602.     AX = 0002h crash current virtual machine
  6603.         Return: never
  6604.         Note:   displays message box stating that "application has been
  6605.               stopped by the DOSMGR device"
  6606.     AX = 0003h enter critical section
  6607.         Note:   this function assumes that the code for INT 2A/AX=8001h
  6608.               and INT 2A/AX=8002h have been modified for Windows
  6609.     AX = 0004h get VM ID byte
  6610.         Return: CF clear if successful
  6611.             ES:DI -> VM ID byte
  6612.             CF set on error
  6613.         Note:   this function fails if the INT 2A modifications have not
  6614.               yet been applied
  6615.     AX = 0005h inform Windows of possible media change
  6616.         BL = drive number (00h=A:)
  6617.         Return: CF clear if successful
  6618.             CF set on error
  6619. SeeAlso: #0655 at INT 20"Windows"
  6620. --------W-2F1684BX0017-----------------------
  6621. INT 2F U - MS Windows - SHELL - GET DEVICE API ENTRY POINT
  6622.     AX = 1684h
  6623.     BX = 0017h (virtual device ID for SHELL device) (see #1921)
  6624.     ES:DI = 0000h:0000h
  6625. Return: ES:DI -> VxD API entry point (see #1925)
  6626.           0000h:0000h if the VxD does not support an API
  6627. SeeAlso: AX=1684h/BX=0021h
  6628.  
  6629. (Table 1925)
  6630. Call SHELL entry point with:
  6631.     EDX = function number (0000h-0016h, mostly unknown)
  6632.         0000h get version number
  6633.         Return: AX = version number
  6634.             EBX = system VM handle
  6635.         0001h "SHELL_Get_SYSVM_Info" get system VM information
  6636.         Return: CF clear
  6637.             AX bit 0 set if system VM executing exclusively
  6638.             BX = background time slice priority
  6639.             CX = foreground time slice priority
  6640.             SI = minimum time slice in milliseconds
  6641.         0002h "SHELL_Set_SYSVM_Info" set system VM information
  6642.         AX bit 0 set if system VM should execute exclusively (ignored?)
  6643.         BX = background time slice priority (1-10000)
  6644.         CX = foreground time slice priority (1-10000)
  6645.         SI = minimum time slice in milliseconds (1-10000)
  6646.         Return: CF clear if successful
  6647.         0003h "SHELL_Crt_VM" create a virtual machine
  6648.         ES:EDI -> SEB structure (see #1926)
  6649.         Return: CF clear if successful
  6650.                EAX = VM handle
  6651.             CF set on error
  6652.                EDX,EAX = result from GetSetDetailedVMError()
  6653.         0004h "SHELL_Destroy_VM" destroy a virtual machine
  6654.         EBX = VM handle (not system VM)
  6655.         Return: nothing
  6656.         0005h "SHELL_Set_Focus"
  6657.         EBX = VM handle
  6658.         ECX = ???
  6659.         Return: nothing
  6660.         0006h "SHELL_Get_VM_State"
  6661.         EBX = VM handle (not system VM)
  6662.         ES:EDI -> ??? structure
  6663.         Return: CF clear if successful
  6664.         0007h "SHELL_Set_VM_State"
  6665.         EBX = VM handle (not system VM)
  6666.         ES:EDI -> ??? structure
  6667.         0008h "SHELL_Debug_Out"
  6668.         ???
  6669.         Return: ???
  6670.         Note:    dummy function in retail version of MS Windows
  6671.         0009h "SHELL_VMDA_Init"
  6672.         ???
  6673.         Return: ???
  6674.         000Ah "SHELL_VMDA_Exit"
  6675.         ???
  6676.         Return: ???
  6677.         000Bh "SHELL_Get_Message_Txt"
  6678.         ???
  6679.         Return: ???
  6680.         000Ch "SHELL_Event_Complete"
  6681.         ???
  6682.         Return: ???
  6683.         000Dh "SHELL_Get_Contention_Info"
  6684.         ???
  6685.         Return: ???
  6686.         000Eh "SHELL_Get_Clip_Info"
  6687.         ???
  6688.         Return: ???
  6689.         000Fh "SHELL_Set_Paste"
  6690.         ???
  6691.         Return: ???
  6692.         0010h "SHELL_Switcher_Assist"
  6693.         ???
  6694.         Return: ???
  6695.         0011h "SHELL_Get_FileSysChng"
  6696.         ???
  6697.         Return: ???
  6698.         0012h "SHELL_Query_Destroy"
  6699.         ???
  6700.         Return: ???
  6701.         0013h "SHELL_SetFocus_Cur_VM" set input focus to current VM
  6702.         ???
  6703.         Return: ???
  6704.         0014h "SHELL_User_Busy_API"
  6705.         ???
  6706.         Return: ???
  6707.         0015h "SHELL_Chng_Hot_Key"
  6708.         ???
  6709.         Return: ???
  6710.         0016h "SHELL_Get_TermInfo"
  6711.         ???
  6712.         Return: ???
  6713. Return: CF set if called from VM other than system VM
  6714.         EAX = FFFFFFFFh
  6715. Note:    except for function 0013h, this API may only be called from the system
  6716.       VM
  6717. SeeAlso: #0656 at INT 20"Windows"
  6718.  
  6719. Format of Shell Execution Block (SEB):
  6720. Offset    Size    Description    (Table 1926)
  6721.  00h    DWORD    PIF flags (see #1927)
  6722.  04h    DWORD    display flags (see #1928)
  6723.  08h    PWORD    -> pathname of .EXE to run
  6724.  0Eh    PWORD    -> argument list
  6725.  14h    PWORD    -> working drive/directory
  6726.  1Ah    WORD    desired number of V86 pages for virtual machine
  6727.  1Ch    WORD    minimum number of V86 pages for VM
  6728.  1Eh    WORD    foreground priority
  6729.  20h    WORD    background priority
  6730.  22h    WORD    maximum KB of EMS
  6731.  24h    WORD    minimum KB of EMS
  6732.  26h    WORD    maximum KB of XMS
  6733.  28h    WORD    minimum KB of XMS
  6734.  2Ah    WORD    ???
  6735.  2Ch    WORD    ???
  6736.  2Eh 128 BYTEs    title
  6737. Note:    the PWORDs at offsets 08h,0Eh, and 14h consist of a DWORD offset
  6738.       followed by a WORD selector
  6739.  
  6740. Bitfields for 386 Enhanced Mode PIF flags:
  6741. Bit(s)    Description    (Table 1927)
  6742.  0    exclusive use of processor when VM is fullscreen
  6743.  1    VM runs in background
  6744.  2    VM runs in window
  6745.  3-4    ???
  6746.  5    Alt-Tab reserved
  6747.  6    Alt-Esc reserved
  6748.  7    Alt-Space reserved
  6749.  8    Alt-Enter reserved
  6750.  9    Alt-PrtSc reserved
  6751.  10    PrtSc reserved
  6752.  11    Ctrl-Esc reserved
  6753.  12    VM will release idle time slice
  6754.  13    VM not allowed to use high mem
  6755.  14    unknown
  6756.  15    VM expanded mem not pageable
  6757.  16    VM extended mem not pageable
  6758.  17    Fast paste from clipboard enabled
  6759.  18    VM app memory not pageable
  6760.  30    Close VM when app exits
  6761.  
  6762. Bitfields for SHELL display options:
  6763. Bit(s)    Description    (Table 1928)
  6764.  0    emulate text mode
  6765.  1    monitor text port
  6766.  2    monitor low graphics port
  6767.  3    monitor high graphics port
  6768.  7    Retain video memory
  6769. --------W-2F1684BX0021-----------------------
  6770. INT 2F U - MS Windows - PAGEFILE - GET DEVICE API ENTRY POINT
  6771.     AX = 1684h
  6772.     BX = 0021h (virtual device ID for PAGEFILE device) (see #1921)
  6773.     ES:DI = 0000h:0000h
  6774. Return: ES:DI -> VxD API entry point (see #1929)
  6775.           0000h:0000h if the VxD does not support an API
  6776. SeeAlso: AX=1684h/BX=0017h
  6777.  
  6778. (Table 1929)
  6779. Call PAGEFILE entry point with:
  6780.     AX = function
  6781.         0000h get version
  6782.         Return: CF clear
  6783.             AX = version (AH = major, AL = minor)
  6784.         0001h get swap file info
  6785.         DS:SI -> 128-byte buffer for swap file full pathname
  6786.         DS:DI -> 128-byte buffer for SPART.PAR full pathname
  6787.         Return: CF clear
  6788.             AL = pager type (see #1930)
  6789.             AH = flags
  6790.                 bit 7: swap file corrupted
  6791.             ECX = maximum size of swap file
  6792.             DS:SI buffer filled if paging enabled
  6793.             DS:DI buffer filled if permanent swap file
  6794.         0002h delete permanent swap file on exit
  6795.         Return: CF clear
  6796.         0003h get current temporary swap file size
  6797.         Return: CF clear
  6798.             DX:AX = current swap file size in bytes
  6799.                 0000h:0000h if permanent swap file
  6800. Note:    this API is only available in protected mode, and may only be called
  6801.       from the system VM
  6802. SeeAlso: #0660 at INT 20"Windows"
  6803.  
  6804. (Table 1930)
  6805. Values for MS Windows PAGEFILE pager type:
  6806.  00h    paging disabled
  6807.  01h    MSDOS
  6808.  02h    BIOS
  6809.  03h    32-bit disk access
  6810. SeeAlso: #1929
  6811. --------x-2F1684BX0034-----------------------
  6812. INT 2F U - Intel Plug-and-Play - CONFIGURATION MANAGER - GET ENTRY POINT
  6813.     AX = 1684h
  6814.     BX = 0034h (ID for Configuration Manager) (see #1921)
  6815.     ES:DI = 0000h:0000h
  6816. Return: ES:DI -> API entry point (see #1931)
  6817.           0000h:0000h if Configuration Manager not loaded
  6818. Note:    this API is often provided by a DOS device driver, in which case it
  6819.       is available whether or not MSWindows is running
  6820. Index:    installation check;Plug-and-Play Configuration Manager
  6821. SeeAlso: AX=1684h/BX=304Ch
  6822.  
  6823. (Table 1931)
  6824. Call Configuration Manager entry point with:
  6825.     AX = function
  6826.         0000h "CM_GetVersion" get supported DDI version
  6827.         Return: AH = major version (01h)
  6828.             AL = minor version (00h)
  6829.             BX = number of devices identified by configuration
  6830.         Note:    returns AX = 0000h if no config manager installed
  6831.         0001h "CM_GetConfig" get device configuration
  6832.         BX = device index
  6833.         ES:DI -> buffer for configuration information (see #1933)
  6834.         Return: AX = status
  6835.                 0000h successful
  6836.                 ES:DI buffer filled
  6837.                 other error code (0001h = index out of range)
  6838.         0002h "CM_LockConfig" lock device configuration
  6839.         ES:DI -> configuration information (see #1933)
  6840.         Return: AX = status
  6841.                 0000h successful
  6842.                 ES:DI buffer filled with assigned config
  6843.                 0001h resources conflict
  6844.                 0002h invalid request or configuration info
  6845.         0003h "CM_UnlockConfig" unlock device configuration
  6846.         ES:DI -> configuration information (see #1933)
  6847.         Return: AX = status
  6848.                 0000h successful
  6849.                 ES:DI buffer filled with assigned config
  6850.                 0001h invalid request or configuration info
  6851.         0004h "CME_QueryResources" get hot-swappable resources
  6852.         ES:DI -> configuration information (see #1933)
  6853.         Return: AX = status (see #1932)
  6854.         0005h "CME_AllocResources" remove resources from available pool
  6855.         ES:DI -> configuration information (see #1933)
  6856.         Return: AX = status (see #1932)
  6857.         0006h "CME_DeallocResources" return resources to available pool
  6858.         ES:DI -> configuration information (see #1933)
  6859.         Return: AX = status (see #1932)
  6860.  
  6861. (Table 1932)
  6862. Values for Configuration Manager status:
  6863.  00h    successful
  6864.  01h    device not found, configuration error
  6865.  02h    I/O port unavailable
  6866.  04h    IRQ unavailable
  6867.  08h    DMA channel unavailable
  6868.  10h    memory range unavailable
  6869. SeeAlso: #1931
  6870.  
  6871. Format of Configuration Information Structure:
  6872. Offset    Size    Description    (Table 1933)
  6873.  00h    DWORD    bus ID
  6874.  04h    DWORD    device ID
  6875.  08h    DWORD    serial number
  6876.  0Ch    DWORD    logical ID
  6877.  10h    DWORD    flags
  6878. ---ISA bus---
  6879.  14h    BYTE    Card Select Number
  6880.  15h    BYTE    logical device number
  6881.  16h    WORD    Read Data port
  6882. ------
  6883.  18h    WORD    number of memory windows
  6884.  1Ah  9 DWORDs    physical base addresses of memory windows
  6885.  3Eh  9 DWORDs    length of memory windows
  6886.  62h  9 WORDs    memory window attributes
  6887.  74h    WORD    number of I/O ports
  6888.  76h 20 WORDs    I/O port base addresses
  6889.  B6h 20 WORDs    lengths of I/O port ranges
  6890.  F6h    WORD    number of IRQs
  6891.  F8h  7 BYTEs    IRQ registers
  6892.  FFh  7 BYTEs    IRQ attributes
  6893. 106h    WORD    number of DMA channels
  6894. 108h  7 BYTEs    DMA channels used
  6895. 10Fh  7 WORDs    DMA channel attributes
  6896. 11Dh  3 BYTEs    reserved
  6897. SeeAlso: #1931
  6898. --------W-2F1684BX0444-----------------------
  6899. INT 2F - MS Windows - VADMAD - GET DEVICE API ENTRY POINT
  6900.     AX = 1684h
  6901.     BX = 0444h (virtual device ID for VADMAD device) (see #1921)
  6902.     ES:DI = 0000h:0000h
  6903. Return: ES:DI -> VxD API entry point (see #1934)
  6904.           0000h:0000h if the VxD does not support an API
  6905.  
  6906. (Table 1934)
  6907. Call VADMAD entry point with:
  6908.     DX = operation
  6909.         0000h set VADMAD mode
  6910.         AX = desired mode
  6911.         0001h set VADMAD channel
  6912.         AX = desired channel
  6913. Note:    after setting mode/channel, start the DMA operation with an OUT to
  6914.       I/O port 0Bh (channels 0-3) or D6h (channels 4-7)
  6915. SeeAlso: #0643 at INT 20"Windows"
  6916. --------W-2F1684BX0750-----------------------
  6917. INT 2F - MS Windows - VSWITCHD - GET DEVICE API ENTRY POINT
  6918.     AX = 1684h
  6919.     BX = 0750h (virtual device ID for VSWITCHD device) (see #1921)
  6920.     ES:DI = 0000h:0000h
  6921. Return: ES:DI -> VxD API entry point (see #1935)
  6922.           0000h:0000h if the VxD does not support an API
  6923.  
  6924. (Table 1935)
  6925. Call VSWITCHD entry point with:
  6926.     AX = function
  6927.         0000h toggle windowed mode (simulate Alt-Enter keypress)
  6928.         Return: nothing
  6929.         0001h get windowed mode
  6930.         Return: CF clear if VM is windowed
  6931.             CF set if VM is full-screen
  6932. --------W-2F1684BX28A0-----------------------
  6933. INT 2F - MS Windows - PHARLAPX - GET DEVICE API ENTRY POINT
  6934.     AX = 1684h
  6935.     BX = 28A0h (virtual device ID for PHARLAPX device) (see #1921)
  6936.     ES:DI = 0000h:0000h
  6937. Return: ES:DI -> VxD API entry point (see #1936)
  6938.           0000h:0000h if the VxD does not support an API
  6939.  
  6940. (Table 1936)
  6941. Call PHARLAPX VxD entry point with:
  6942.     AX = function
  6943.         0001h get PHARLAP.386 version
  6944.         Return: AX = version number (AH = major, AL = minor)
  6945.     ---queue functions---
  6946.         0101h allocate a new message queue
  6947.         CX = size of queue data buffer in bytes
  6948.         Return: DX:AX = handle for new queue, or 0000h:0000h on error
  6949.         0102h allocate a new key queue
  6950.         CX = size of queue data buffer in bytes
  6951.         EDX = VM handle into which keys will be pasted
  6952.         Return: DX:AX = handle for new queue, or 0000h:0000h on error
  6953.         0103h free message queue
  6954.         EDX = queue handle
  6955.         Return: AX = status (0000h,0003h,0007h) (see #1937)
  6956.         0104h free key queue
  6957.         EDX = queue handle
  6958.         Return: AX = status (0000h,0003h,0005h) (see #1937)
  6959.         0105h add message to communications queue
  6960.         EDX = queue handle
  6961.         BX = length of message data in bytes
  6962.         CX = length of message header in bytes
  6963.         ES:(E)SI -> message header
  6964.         GS:(E)DI -> message data
  6965.         Return: AX = status (0000h-0003h,0007h) (see #1937)
  6966.         0106h remove message from queue
  6967.         EDX = queue handle
  6968.         CX = length of buffer in bytes
  6969.         ES:(E)SI -> buffer for message
  6970.         Return: AX = status (0000h,0003h,0006h,0007h,0008h) (see #1937)
  6971.             CX = length of returned message (if AX=0000h or 0008h)
  6972.         0107h flush queue (remove all data)
  6973.         EDX = queue handle
  6974.         Return: AX = status (0000h,0003h) (see #1937)
  6975.         0108h add PasteKey structure(s) to key queue
  6976.         EDX = queue handle
  6977.         CX = number of PasteKey structures in buffer
  6978.         ES:(E)SI -> PasteKey array (see #1938)
  6979.         Return: AX = status (0000h-0003h) (see #1937)
  6980.         0109h register enqueueing callback function
  6981.         EDX = queue handle
  6982.         ECX = function argument
  6983.         ES:(E)SI -> callback function
  6984.         Return: AX = status (0000h,0003h,0009h) (see #1937)
  6985.         010Ah register dequeueing callback function
  6986.         EDX = queue handle
  6987.         ECX = function argument
  6988.         ES:(E)SI -> callback function
  6989.         Return: AX = status (0000h,0003h,0009h) (see #1937)
  6990.         010Bh unregister enqueueing callback function
  6991.         EDX = queue handle
  6992.         Return: AX = status (0000h,0003h,0009h) (see #1937)
  6993.         010Ch unregister dequeueing callback function
  6994.         EDX = queue handle
  6995.         Return: AX = status (0000h,0003h,0009h) (see #1937)
  6996.         010Dh get message queue status
  6997.         EDX = queue handle
  6998.         Return: AX = status (0000h,0003h) (see #1937)
  6999.             CX = number of pending messages
  7000.         010Eh peek at message in queue
  7001.         EDX = queue handle
  7002.         BX = number of message in queue (0000h = first)
  7003.         CX = size of buffer in bytes
  7004.         ES:(E)SI -> buffer for message
  7005.         Return: AX = status (0000h,0003h,0006h,0008h) (see #1937)
  7006.             CX = length of returned message (if AX=0000h or 0008h)
  7007.         010Fh peek at last message in queue
  7008.         EDX = queue handle
  7009.         CX = size of buffer in bytes
  7010.         ES:(E)SI -> buffer for message
  7011.         Return: AX = status (0000h,0003h,0006h,0008h) (see #1937)
  7012.             CX = length of returned message (if AX=0000h or 0008h)
  7013.         0110h replace last message in queue
  7014.         EDX = queue handle
  7015.         CX = length of message header in bytes
  7016.         BX = length of message data in bytes
  7017.         ES:(E)SI -> message header
  7018.         GS:(E)DI -> message data
  7019.         Return: AX = status (0000h,0002h,0003h) (see #1937)
  7020.         0111h set permitted message count for queue
  7021.         EDX = queue handle
  7022.         CX = maximum number of messages to enqueue (FFFFh = unlimited)
  7023.         Return: AX = status (0000h,0003h) (see #1937)
  7024.     ---generalized VxD services---
  7025.         0202h call VxD function
  7026.         ES:(E)BX -> in/out register-set buffer
  7027.         Return: buffer updated
  7028.         0203h map flat
  7029.         ???
  7030.     --system register functions---
  7031.         0301h read system registers into buffer
  7032.         ES:(E)SI -> 512-byte buffer
  7033.         Return: AX = 0000h
  7034.             buffer filled (mostly zeros)
  7035.         0302h copy linear memory into buffer
  7036.         EDX = linear address
  7037.         CX = number of bytes to copy
  7038.         ES:(E)SI -> buffer
  7039.         Return: AX = 0000h
  7040.         0303h copy data into linear memory
  7041.         EDX = linear address
  7042.         CX = number of bytes to copy
  7043.         ES:(E)SI -> buffer
  7044.         Return: AX = 0000h
  7045.         0304h freeze VM
  7046.         ???
  7047.         0305h unfreeze VM
  7048.         ???
  7049.     ---name registration functions---
  7050.         0401h register name
  7051.         EDX = magic number to associate with name
  7052.         ES:(E)SI -> name to register
  7053.         Return: AX = status (0000h,0009h) (see #1937)
  7054.         0402h unregister name
  7055.         ES:(E)SI -> name to be unregistered
  7056.         Return: AX = status (0000h,0009h) (see #1937)
  7057.         0403h look up name
  7058.         ES:(E)SI -> name to look up
  7059.         Return: DX:AX = magic number or 0000h:0000h if not registered
  7060.         0404h get name list handle
  7061.         Return: DX:AX = name list handle
  7062.                 0000h:0000h if not initialized
  7063.     ---special DOS server routines (undocumented)---
  7064.         0501h register
  7065.         0502h unregister
  7066.         0503h validate VM
  7067.         0504h get INT9 count
  7068.         0505h get screen line
  7069.         0506h get shift status
  7070.         0507h get server PB pointer
  7071.         0508h initialize DOS shell
  7072.         0509h get last VM handle
  7073.  
  7074. (Table 1937)
  7075. Values for PHARLAPX function status:
  7076.  00h    successful
  7077.  01h    data is too large to fit in queue
  7078.  02h    queue is full
  7079.  03h    invalid queue handle
  7080.  04h    invalid VM handle for queue
  7081.  05h    error starting a paste operation
  7082.  06h    queue is empty
  7083.  07h    a VM is blocked waiting on the queue
  7084.  08h    message was too long (truncated)
  7085.  09h    unable to register or unregister specified callback
  7086. SeeAlso: #1936
  7087.  
  7088. Format of PHARLAPX PasteKey structure:
  7089. Offset    Size    Description    (Table 1938)
  7090.  00h    BYTE    ASCII code
  7091.  01h    BYTE    scan code (see #0005)
  7092.  02h    WORD    shift states
  7093. SeeAlso: #1936
  7094.  
  7095. Format of PHARLAPX VxD-call register structure:
  7096. Offset    Size    Description    (Table 1939)
  7097.  00h    DWORD    call number
  7098.  04h    WORD    input register map (see #1940)
  7099.  06h    WORD    output register map (see #1940)
  7100.  08h  7 DWORDs    values for EAX, EBX, ECX, EDX, EBP, ESI, EDI on call
  7101.  24h  4    WORDs    values for DS, ES, FG, GS on call
  7102.  2Ch    DWORD    EFLAGS on call
  7103.  30h  7 DWORDs    returned values of EAX, EBX, ECX, EDX, EBP, ESI, EDI
  7104.  4Ch  4 WORDs    returned values of DS, ES, FS, GS
  7105.  54h    DWORD    returned EFLAGS
  7106. SeeAlso: #1936
  7107.  
  7108. Bitfields for PHARLAPX VxD-call register map:
  7109. Bit(s)    Description    (Table 1940)
  7110.  0    value in EAX field is valid
  7111.  1    value in EBX field is valid
  7112.  2    value in ECX field is valid
  7113.  3    value in EDX field is valid
  7114.  4    value in EBP field is valid
  7115.  5    value in ESI field is valid
  7116.  6    value in EDI field is valid
  7117.  7    value in DS field is valid
  7118.  8    value in ES field is valid
  7119.  9    value in FS field is valid
  7120.  10    value in GS field is valid
  7121.  11    value in EFLAGS field is valid
  7122. SeeAlso: #1939
  7123. --------W-2F1684BX2925-----------------------
  7124. INT 2F - MS Windows - EDOS - GET DEVICE API ENTRY POINT
  7125.     AX = 1684h
  7126.     BX = 2925h (virtual device ID for EDOS device) (see #1921)
  7127.     ES:DI = 0000h:0000h
  7128. Return: ES:DI -> VxD API entry point (see #1941)
  7129.           0000h:0000h if the VxD does not support an API
  7130.  
  7131. (Table 1941)
  7132. Call EDOS entry point with:
  7133.     AX = 0000h get EDOS version number
  7134.         Return: AH = major version
  7135.             AL = minor version
  7136.     AX = 0001h display message
  7137.         CX = 0
  7138.         DX:BX -> ASCIZ Message
  7139.     AX = 0002h get EDOS error coded
  7140.         Return: EAX = time in milliseconds that Windows has been running
  7141.     AX = 0003h execute windows program
  7142.         Return: EAX = cumulative amount of time the virtual machine has
  7143.             been active, in milliseconds
  7144.     AX = 0008h get/set priority
  7145.         BX = 0000h??? foreground
  7146.          0001h background
  7147.         DI = 0000h get
  7148.          0001h set
  7149.         DX = priority setting
  7150.         Return: CX = foreground priority
  7151.             DX = background priority
  7152.             BX:AX = flags
  7153.             00000001h exclusive ON
  7154.             00000010h background ON
  7155.             SI = CPU percentage
  7156. --------x-2F1684BX304C-----------------------
  7157. INT 2F U - Intel Plug-and-Play - CONFIGURATION ACCESS - GET ENTRY POINT
  7158.     AX = 1684h
  7159.     BX = 304Ch (ID for Configuration Access) (see #1921)
  7160.     ES:DI = 0000h:0000h
  7161. Return: ES:DI -> API entry point (see #1942)
  7162.           0000h:0000h if Configuration Access not loaded
  7163. Note:    this API is often provided by a DOS device driver, in which case it
  7164.       is available whether or not MSWindows is running
  7165. Index:    installation check;Plug-and-Play Configuration Access
  7166. SeeAlso: AX=1684h/BX=0034h
  7167.  
  7168. (Table 1942)
  7169. Call Plug-and-Play Configuration Access entry point with:
  7170.     AX = function
  7171.         0000h "CA_GetVersion"
  7172.         0001h "CA_PCI_Read_Config_Byte" (see also INT 1Ah/AX=B108h)
  7173.         0002h "CA_PCI_Read_Config_Word" (see also INT 1Ah/AX=B109h)
  7174.         0003h "CA_PCI_Read_Config_DWord" (see also INT 1Ah/AX=B10Ah)
  7175.         0004h "CA_PCI_Write_Config_Byte" (see also INT 1Ah/AX=B10Bh)
  7176.         0005h "CA_PCI_Write_Config_Word" (see also INT 1Ah/AX=B10Ch)
  7177.         0006h "CA_PCI_Write_Config_DWord" (see also INT 1Ah/AX=B10Dh)
  7178.         0007h "CA_PCI_Generate_Special_Cycle" (see also INT 1Ah/AX=B106h)
  7179.         0008h "CA_PCI_Get_Routing_Options" (see also INT 1Ah/AX=B10Eh)
  7180.         000Bh "CA_PnPISA_Get_Info"
  7181.         000Ch "CA_PnPISA_Read_Config_Byte"
  7182.         000Dh "CA_PnPISA_Write_Config_Byte"
  7183.         000Eh "CA_PnPISA_Get_Resource_Data"
  7184.         0010h "CA_EISA_Get_Board_ID"
  7185.         0011h "CA_EISA_Get_Slot_Config"
  7186.         0012h "CA_EISA_Get_SlotFunc_Config"
  7187.         0013h "CA_EISA_Clear_NVRAM_Config"
  7188.         0014h "CA_EISA_Write_Config"
  7189.         0016h "CA_ESCD_Get_Info"
  7190.         0017h "CA_ESCD_Read_Config"
  7191.         0018h "CA_ESCD_Write_Config"
  7192.         0020h "CA_PnPB_Get_Num_Sys_Dev_Nodes"
  7193.         0021h "CA_PnPB_Get_Sys_Dev_Node"
  7194.         0022h "CA_PnPB_Set_Sys_Dev_Node"
  7195.         0023h "CA_PnPB_Get_Stat_Res_Info"
  7196.         0024h "CA_PnPB_Set_Stat_Res_Info"
  7197.     !!!
  7198. --------W-2F1684BX310E-----------------------
  7199. INT 2F - MS Windows - WPS - GET DEVICE API ENTRY POINT
  7200.     AX = 1684h
  7201.     BX = 310Eh (virtual device ID for WPS device) (see #1921)
  7202.     ES:DI = 0000h:0000h
  7203. Return: ES:DI -> VxD API entry point (see #1943)
  7204.           0000h:0000h if the VxD does not support an API
  7205.  
  7206. (Table 1943)
  7207. Call WPS protected-mode entry point with:
  7208.     DX = function
  7209.         0000h get WPS.386 version
  7210.         Return: CF clear
  7211.             AX = version (AH = major, AL = minor)
  7212.         0001h get number of installed VxDs
  7213.         Return: CF clear
  7214.             AX = number of installed VxDs
  7215.         0002h get VxD characteristics
  7216.         AX = number of VxD
  7217.         ES:BX -> buffer for VxD characteristics structure (see #1944)
  7218.         Return: CF clear
  7219.             ES:BX buffer filled
  7220.  
  7221. Format of WPS.386 VxD characteristics structure:
  7222. Offset    Size    Description    (Table 1944)
  7223.  00h    WORD    VxD ID number
  7224.  02h    BYTE    VxD minor version
  7225.  03h    BYTE    VxD major version
  7226.  04h    BYTE    DDK minor version
  7227.  05h    BYTE    DDK major version
  7228.  06h    WORD    flags
  7229.         bit 0: V86 API supported
  7230.         bit 1: PM API supported
  7231.         bit 2: services supported
  7232.  08h    DWORD    start order
  7233.  0Ch  9 BYTEs    ASCIZ VxD name
  7234. --------W-2F1684BX8888-----------------------
  7235. INT 2F - MS Windows - POSTMSG - GET DEVICE API ENTRY POINT
  7236.     AX = 1684h
  7237.     BX = 8888h (virtual device ID for POSTMSG device) (see #1921)
  7238.     ES:DI = 0000h:0000h
  7239. Return: ES:DI -> VxD API entry point (see #1945,#1947)
  7240.           0000h:0000h if the VxD does not support an API
  7241.  
  7242. (Table 1945)
  7243. Call POSTMSG protected-mode entry point with:
  7244.     AX = window handle
  7245.     CX:BX -> callback procedure (see #1946)
  7246. Return: nothing
  7247. Note:    this call registers a WinApp with the VxD; the callback must be in a
  7248.       fixed, non-discardable code segment
  7249. SeeAlso: #1947
  7250.  
  7251. (Table 1946)
  7252. Values POSTMSG callback routine is called with:
  7253.     STACK:    DWORD    "lParam" parameter from DOSApp
  7254.         WORD    "wParam" parameter from DOSApp
  7255.         WORD    Windows message number (WM_USER + 100)
  7256.         DWORD    registered hwnd
  7257.  
  7258. (Table 1947)
  7259. Call POSTMSG V86-mode entry point with:
  7260.     BX = wParam value to pass to protected-mode callback
  7261.     DX:AX = lParam value to pass to protected-mode callback
  7262. Return: CF clear if successful
  7263.     CF set on error (no WinApp registered)
  7264. SeeAlso: #1945
  7265. --------W-2F1684BX8888-----------------------
  7266. INT 2F - MS Windows - VbillD - GET DEVICE API ENTRY POINT
  7267.     AX = 1684h
  7268.     BX = 8888h (virtual device ID for VbillD device) (see #1921)
  7269.     ES:DI = 0000h:0000h
  7270. Return: ES:DI -> VxD API entry point (see #1948)
  7271.           0000h:0000h if the VxD does not support an API
  7272.  
  7273. (Table 1948)
  7274. Call VbillD entry point with:
  7275.     AX = function
  7276.         0001h set reverse video
  7277.         0002h set normal video
  7278. Return: ???
  7279. --------W-2F1685-----------------------------
  7280. INT 2F - MS Windows - SWITCH VMs AND CALLBACK
  7281.     AX = 1685h
  7282.     BX = VM ID of virtual machine to switch to
  7283.     CX = flags (see #1949)
  7284.     DX:SI = priority boost (see VMM.INC)
  7285.     ES:DI -> FAR procedure to callback
  7286. Return: CF set on error
  7287.         AX = error code
  7288.         01h invalid VM ID
  7289.         02h invalid priority boost
  7290.         03h invalid flags
  7291.     CF clear if successful
  7292.         event will be or has been called
  7293. Notes:    some DOS devices, such as networks, need to call functions in a
  7294.       specific VM. This call forces the appropriate VM to be installed.
  7295.     the callback procedure must preserve all registers and return with IRET
  7296. SeeAlso: AX=1683h,INT 15/AX=1117h,AX=DB06h"WINGO"
  7297.  
  7298. Bitfields for VM switching flags:
  7299. Bit(s)    Description    (Table 1949)
  7300.  0    wait until interrupts enabled
  7301.  1    wait until critical section unowned
  7302.  2-15    reserved (zero)
  7303. --------E-2F1686-----------------------------
  7304. INT 2F - DOS Protected-Mode Interface - DETECT MODE
  7305.     AX = 1686h
  7306. Return: AX = 0000h if operating in protected mode under DPMI (INT 31 available)
  7307.     AX nonzero if in real/V86 mode or no DPMI (INT 31 not available)
  7308. SeeAlso: AX=1687h
  7309. --------E-2F1687-----------------------------
  7310. INT 2F - DOS Protected-Mode Interface - INSTALLATION CHECK
  7311.     AX = 1687h
  7312. Return: AX = 0000h if installed
  7313.         BX = flags
  7314.         bit 0: 32-bit programs supported
  7315.         CL = processor type (02h=80286, 03h=80386, 04h=80486)
  7316.         DH = DPMI major version
  7317.         DL = two-digit DPMI minor version (binary)
  7318.         SI = number of paragraphs of DOS extender private data
  7319.         ES:DI -> DPMI mode-switch entry point (see #1950)
  7320.     AX nonzero if not installed
  7321. SeeAlso: AX=1686h,AX=43E0h,AX=DE01h/BX=4450h,AX=FB42h/BX=0001h
  7322. SeeAlso: INT 31/AX=0400h,INT 31/AX=5702h,INT 38/AH=10h
  7323.  
  7324. (Table 1950)
  7325. Call DPMI mode switch entry point with:
  7326.     AX = flags
  7327.         bit 0: set if 32-bit program
  7328.     ES = real mode segment of buffer for DPMI private data (ignored if
  7329.         SI was zero)
  7330. Return: CF set on error
  7331.         program still in real mode
  7332.         AX = error code (DPMI 1.0+)
  7333.            8011h unable to allocate all necessary descriptors
  7334.            8021h 32-bit program specified, but 16-bit DPMI host
  7335.     CF clear if successful
  7336.         CS = 16-bit selector corresponding to real-mode CS
  7337.         SS = selector corresponding to real-mode SS (64K limit)
  7338.         DS = selector corresponding to real-mode DS (64K limit)
  7339.         ES = selector to program's PSP (100h byte limit)
  7340.         FS = GS = 0
  7341.         high word of ESP = 0 if 32-bit program
  7342.         program now in protected mode
  7343. Note:    this entry point is only called for the initial switch to protected
  7344.       mode
  7345. --------W-2F1688BX0BAD-----------------------
  7346. INT 2F U - MS Windows 3.0, 386MAX v6.01 - GET ALIAS SELECTOR TO LDT
  7347.     AX = 1688h
  7348.     BX = 0BADh
  7349. Return: AX = 0000h if supported
  7350.         BX = alias selector for LDT
  7351. Note:    use the LSL instruction or GetSelectorLimit() to find LDT size
  7352.     this call should be considered obsolete for Windows 3.1+, as the
  7353.       alias selector can be retrieved via the API entry point for
  7354.       "MS-DOS" retrieved from INT 2F/AX=168Ah (see #1952)
  7355. --------W-2F1689-----------------------------
  7356. INT 2F U - MS Windows 3.0+ - KERNEL IDLE CALL
  7357.     AX = 1689h
  7358.     ???
  7359. Return: ???
  7360. SeeAlso: AX=1680h,INT 15/AX=1000h,INT 28
  7361. --------E-2F168A-----------------------------
  7362. INT 2F - DPMI 0.9+ - GET VENDOR-SPECIFIC API ENTRY POINT
  7363.     AX = 168Ah
  7364.     DS:(E)SI = selector:offset of ASCIZ vendor name (see #1951)
  7365. Return: AL = status
  7366.         00h successful
  7367.            ES:(E)DI -> extended API entry point
  7368.         8Ah unsuccessful
  7369. Notes:    the vendor name is used to determine which entry point to return; it is
  7370.       case-sensitive
  7371.     available in protected mode only
  7372.     32-bit applications use ESI and EDI, 16-bit applications use SI and DI
  7373.     this call is present but not documented for DPMI 0.9
  7374.     the Borland C++ 3.1 DPMILOAD does not handle requests for entry points
  7375.       other than the MS-DOS one gracefully, producing an unhandled
  7376.       exception report; this has been fixed in the Borland Pascal 7 version
  7377. SeeAlso: INT 31/AX=0A00h,INT 31/AH=57h
  7378.  
  7379. (Table 1951)
  7380. Values for DPMI vendor-specific API names:
  7381.  "MS-DOS"    MS Windows and 386MAX v6.00+ (see #1952)
  7382.  "386MAX"    386MAX v6.00+
  7383.  "HELIX_DPMI"    Helix Netroom's DPMI server
  7384.  "Phar Lap"    Phar Lap 286|DOS-Extender RUN286 (see #1953)
  7385.  "RATIONAL DOS/4G"  DOS/4G, DOS/4GW
  7386.  
  7387. (Table 1952)
  7388. Call Windows-support ("MS-DOS") entry point with:
  7389.     AX = 0100h get LDT alias selector
  7390. Return: CF clear if successful
  7391.         AX = alias selector
  7392.     CF set on error
  7393.  
  7394. (Table 1953)
  7395. Call Phar Lap RUN286 entry point with:
  7396.     AX = 0000h (function "load MSW")
  7397.     BX = new value for MSW register (low word of CR0)
  7398. Return: ???
  7399. --------W-2F168B-----------------------------
  7400. INT 2F - MS Windows 3.1 - SET FOCUS TO SPECIFIED VIRTUAL MACHINE
  7401.     AX = 168Bh
  7402.     BX = virtual machine ID (see AX=1683h), 0000h for current DOS box
  7403. Return: AL = 00h if focus set to specified VM
  7404. Notes:    documented on the Microsoft Developer's Network CD-ROM
  7405.     if the VM is a windowed DOS box, it will be set to full screen
  7406. SeeAlso: AX=1683h
  7407. --------W-2F168C-----------------------------
  7408. INT 2F - MS Windows 3.1 - RESTART COMMAND
  7409.     AX = 168Ch
  7410.     ???
  7411. Return: ???
  7412. Note:    WIN.COM executes specified application
  7413. --------W-2F168EDX0000-----------------------
  7414. INT 2F - Windows95 - TITLE - SET APPLICATION TITLE
  7415.     AX = 168Eh
  7416.     DX = 0000h
  7417.     ES:DI -> ASCIZ application title (max 79 chars+NUL)
  7418. Return: AX = status
  7419.         0000h failed
  7420.         0001h successful
  7421. Note:    if ES:DI is 0000h:0000h or points at an empty string, the current
  7422.       title is removed
  7423. BUG:    this function can return a successful status even though the title was
  7424.       not changed
  7425. SeeAlso: AX=168Eh/DX=0001h,AX=168Eh/DX=0002h
  7426. --------W-2F168EDX0001-----------------------
  7427. INT 2F - Windows95 - TITLE - SET VIRTUAL MACHINE TITLE
  7428.     AX = 168Eh
  7429.     DX = 0001h
  7430.     ES:DI -> ASCIZ virtual machine title (max 29 chars+NUL)
  7431. Return: AX = status
  7432.         0000h failed
  7433.         0001h successful
  7434. Notes:    if ES:DI is 0000h:0000h or points at an empty string, the current
  7435.       title is removed
  7436.     the VM title should only be changed on explicit instruction from the
  7437.       user
  7438. BUG:    this function can return a successful status even though the title was
  7439.       not changed
  7440. SeeAlso: AX=168Eh/DX=0000h,AX=168Eh/DX=0003h
  7441. --------W-2F168EDX0002-----------------------
  7442. INT 2F - Windows95 - TITLE - GET APPLICATION TITLE
  7443.     AX = 168Eh
  7444.     DX = 0002h
  7445.     ES:DI -> buffer for ASCIZ application title
  7446.     CX = size of buffer in bytes
  7447. Return: AX = status
  7448.         0000h failed
  7449.         0001h successful
  7450. Desc:    copy as much of the application's window title as possible to the given
  7451.       buffer, appending a terminating NUL to the buffer
  7452. SeeAlso: AX=168Eh/DX=0000h,AX=168Eh/DX=0003h
  7453. --------W-2F168EDX0003-----------------------
  7454. INT 2F - Windows95 - TITLE - GET VIRTUAL MACHINE TITLE
  7455.     AX = 168Eh
  7456.     DX = 0003h
  7457.     ES:DI -> buffer for ASCIZ virtual-machine title
  7458.     CX = size of buffer in bytes
  7459. Return: AX = status
  7460.         0000h failed
  7461.         0001h successful
  7462. Desc:    copy as much of the virtual machine's title as possible to the given
  7463.       buffer, appending a terminating NUL to the buffer
  7464. SeeAlso: AX=168Eh/DX=0001h,AX=168Eh/DX=0002h
  7465. --------W-2F168FDH00-------------------------
  7466. INT 2F - Windows95 - CLOSE-AWARENESS - ENABLE/DISABLE CLOSE COMMAND
  7467.     AX = 168Fh
  7468.     DH = 00h
  7469.     DL = new state
  7470.         00h disabled
  7471.         01h enabled
  7472. Return: AX = status
  7473.         0000h successful
  7474.         else failed
  7475. Desc:    enable or disable the system menu Close command for an application
  7476. SeeAlso: AX=168Fh/DH=01h,AX=168Fh/DH=02h
  7477. --------W-2F168FDH01-------------------------
  7478. INT 2F - Windows95 - CLOSE-AWARENESS - QUERY CLOSE
  7479.     AX = 168Fh
  7480.     DH = 01h
  7481.     DL = 00h (reserved)
  7482. Return: AX = status
  7483.         0000h Close command selected but not yet acknowledged
  7484.         0001h Close command issued and acknowledged
  7485.         168Fh Close command not selected -- application should continue
  7486. Desc:    determine whether the user has requested that the application be closed
  7487.       by selecting the system menu's Close option
  7488. SeeAlso: AX=168Fh/DH=00h,AX=168Fh/DH=02h
  7489. --------W-2F168FDH02-------------------------
  7490. INT 2F - Windows95 - CLOSE-AWARENESS - ACKNOWLEDGE CLOSE
  7491.     AX = 168Fh
  7492.     DH = 02h
  7493.     DL = 00h (reserved)
  7494. Return: AX = status
  7495.         0000h successful
  7496.         else failed
  7497. Note:    once a Close command has been issued, no further keyboard input is
  7498.       available to the application until it calls this function to
  7499.       acknowledge the Close request
  7500. SeeAlso: AX=168Fh/DH=00h,AX=168Fh/DH=03h
  7501. --------W-2F168FDH03-------------------------
  7502. INT 2F - Windows95 - CLOSE-AWARENESS - CANCEL CLOSE
  7503.     AX = 168Fh
  7504.     DH = 03h
  7505.     DL = 00h (reserved)
  7506. Return: AX = status
  7507.         0000h successful
  7508.         else failed
  7509. Desc:    cancels a close request which has already been acknowledged if the
  7510.       application determines that it will not exit at this time
  7511. SeeAlso: AX=168Fh/DH=00h,AX=168Fh/DH=03h
  7512. --------W-2F1700-----------------------------
  7513. INT 2F - MS Windows "WINOLDAP" - IDENTIFY WinOldAp VERSION
  7514.     AX = 1700h
  7515. Return: AX = 1700h if this version of WINOLDAP doesn't support clipboard
  7516.     AX <> 1700h
  7517.         AL = WINOLDAP major version
  7518.         AH = WINOLDAP minor version
  7519. Program: WinOldAp (WINOLDAP.MOD) is a Microsoft Windows extension supporting
  7520.       "old" (character-mode) application access to Dynamic Data Exchange,
  7521.       menus, and the Windows clipboard.
  7522. Note:    this installation check DOES NOT follow the format used by other
  7523.       software of returning AL=FFh
  7524. SeeAlso: AX=1701h,AX=4601h
  7525. Index:    installation check;WINOLDAP
  7526. --------W-2F1701-----------------------------
  7527. INT 2F - MS Windows "WINOLDAP" - OPEN CLIPBOARD
  7528.     AX = 1701h
  7529. Return: AX = status
  7530.         nonzero success
  7531.         0000h   clipboard is already open
  7532. SeeAlso: AX=1700h,AX=1702h,AX=1703h,AX=1704h,INT 16/AX=CB00h
  7533. --------W-2F1702-----------------------------
  7534. INT 2F - MS Windows "WINOLDAP" - EMPTY CLIPBOARD
  7535.     AX = 1702h
  7536. Return: AX = status
  7537.         nonzero clipboard has been emptied
  7538.         0000h   failure
  7539. SeeAlso: AX=1700h,AX=1701h,AX=1703h,AX=1704h,INT 16/AX=CB05h
  7540. --------W-2F1703-----------------------------
  7541. INT 2F - MS Windows "WINOLDAP" - SET CLIPBOARD DATA
  7542.     AX = 1703h
  7543.     DX = clipboard format supported by WinOldAp (see #1954)
  7544.     ES:BX -> data (see #1955,#1956)
  7545.     SI:CX = size of data
  7546. Return: AX = status
  7547.         nonzero data copied into the Clipboard
  7548.         0000h   failure
  7549. SeeAlso: AX=1701h,AX=1705h,INT 16/AX=CB04h
  7550.  
  7551. (Table 1954)
  7552. Values for WinOldAp clipboard format:
  7553.  01h    text
  7554.  02h    bitmap
  7555.  03h    metafile picture
  7556.  04h    SYLK
  7557.  05h    DIF
  7558.  06h    TIFF
  7559.  07h    OEM text
  7560.  08h    DIB bitmap
  7561.  80h    special format (used by Windows WRITE, maybe other Windows applets???)
  7562.  81h    DSP text
  7563.  82h    DSP bitmap
  7564.  
  7565. Format of Windows Clipboard bitmap:
  7566. Offset    Size    Description    (Table 1955)
  7567.  00h    WORD    type (0000h)
  7568.  02h    WORD    width of bitmap in pixels
  7569.  04h    WORD    height of bitmap in pixels
  7570.  06h    WORD    bytes per line
  7571.  08h    BYTE    number of color planes
  7572.  09h    BYTE    number of adjacent color bits in pixel
  7573.  0Ah    DWORD    pointer to start of data
  7574.  0Eh    WORD    width in 0.1mm units
  7575.  10h    WORD    height in 0.1mm units
  7576.  12h  N BYTEs    bitmap data
  7577.  
  7578. Format of Windows metafile picture:
  7579. Offset    Size    Description    (Table 1956)
  7580.  00h    WORD    mapping mode
  7581.  02h    WORD    X extent
  7582.  04h    WORD    Y extent
  7583.  06h    WORD    picture data
  7584. --------W-2F1704-----------------------------
  7585. INT 2F - MS Windows "WINOLDAP" - GET CLIPBOARD DATA SIZE
  7586.     AX = 1704h
  7587.     DX = clipboard format supported by WinOldAp (see #1954)
  7588. Return:    DX:AX = size of data in bytes, including any headers
  7589.         0000h:0000h if no data in this format in the Clipboard
  7590. Note:    Windows reportedly rounds up the size of the data to a multiple of 32
  7591.       bytes
  7592. SeeAlso: AX=1700h,AX=1703h,AX=1705h
  7593. --------W-2F1705-----------------------------
  7594. INT 2F - MS Windows "WINOLDAP" - GET CLIPBOARD DATA
  7595.     AX = 1705h
  7596.     DX = clipboard format supported by WinOldAp (see #1954)
  7597.     ES:BX -> buffer
  7598. Return: AX = status
  7599.         nonzero success
  7600.         0000h   error, or no data in this format in Clipboard
  7601. SeeAlso: AX=1700h,AX=1704h,INT 16/AX=CB03h
  7602. --------W-2F1708-----------------------------
  7603. INT 2F - MS Windows "WINOLDAP" - CloseClipboard
  7604.     AX = 1708h
  7605. Return: AX = status
  7606.         0000h failure
  7607.         nonzero success
  7608. --------W-2F1709-----------------------------
  7609. INT 2F - MS Windows "WINOLDAP" - COMPACT CLIPBOARD
  7610.     AX = 1709h
  7611.     SI:CX = desired size in bytes
  7612. Return: DX:AX = number of bytes in largest block of free memory
  7613. Note:    WinOldAp is responsible for including the size of any headers
  7614. --------W-2F170A-----------------------------
  7615. INT 2F - MS Windows "WINOLDAP" - GET DEVICE CAPABILITIES
  7616.     AX = 170Ah
  7617.     DX = GDI information index (see #1957)
  7618. Return: AX = integer value of the desired item
  7619.           (see #1958,#1959,#1960,#1961,#1962,#1963,#1964)
  7620. Note:    This function returns the device-capability bits for the given display
  7621.  
  7622. (Table 1957)
  7623. Values for GDI information index:
  7624.  00h    device driver version
  7625.  02h    device classification
  7626.  04h    width in mm
  7627.  06h    height in mm
  7628.  08h    width in pixels
  7629.  0Ah    height in pixels
  7630.  0Ch    bits per pixel
  7631.  0Eh    number of bit planes
  7632.  10h    number of brushes supported by device
  7633.  12h    number of pens supported by device
  7634.  14h    number of markers supported by device
  7635.  16h    number of fonts supported by device
  7636.  18h    number of colors
  7637.  1Ah    size required for device descriptor
  7638.  1Ch    curve capabilities
  7639.  1Eh    line capabilities
  7640.  20h    polygon capabilities
  7641.  22h    text capabilities
  7642.  24h    clipping capabilities
  7643.  26h    bitblt capabilities
  7644.  28h    X aspect
  7645.  2Ah    Y aspect
  7646.  2Ch    length of hypotenuse of aspect
  7647.  58h    logical pixels per inch of width
  7648.  5Ah    logical pixels per inch of height
  7649. SeeAlso: #1958,#1959,#1960,#1961,#1962,#1963,#1964
  7650.  
  7651. (Table 1958)
  7652. Values for device classification:
  7653.  00h    vector plotter
  7654.  01h    raster display
  7655.  02h    raster printer
  7656.  03h    raster camera
  7657.  04h    character-stream, PLP
  7658.  05h    Metafile, VDM
  7659.  06h    display-file
  7660. SeeAlso: #1957,#1959,#1960,#1961,#1962,#1963,#1964
  7661.  
  7662. Bitfields for curve capabilities:
  7663. Bit(s)    Description    (Table 1959)
  7664.  0    circles
  7665.  1    pie wedges
  7666.  2    chord arcs
  7667.  3    ellipses
  7668.  4    wide lines
  7669.  5    styled lines
  7670.  6    wide styled lines
  7671.  7    interiors
  7672. SeeAlso: #1957,#1958,#1960,#1961,#1962,#1963,#1964
  7673.  
  7674. Bitfields for line capabilities:
  7675. Bit(s)    Description    (Table 1960)
  7676.  1    polylines
  7677.  2    markers
  7678.  3    polymarkers
  7679.  4    wide lines
  7680.  5    styled lines
  7681.  6    wide styled lines
  7682.  7    interiors
  7683. SeeAlso: #1957,#1958,#1959,#1961,#1962,#1963,#1964
  7684.  
  7685. Bitfields for polygon capabilities:
  7686. Bit(s)    Description    (Table 1961)
  7687.  0    polygons
  7688.  1    rectangles
  7689.  2    trapezoids
  7690.  3    scanlines
  7691.  4    wide borders
  7692.  5    styled borders
  7693.  6    wide styled borders
  7694.  7    interiors
  7695. SeeAlso: #1957,#1958,#1959,#1960,#1962,#1963,#1964
  7696.  
  7697. Bitfields for text capabilities:
  7698. Bit(s)    Description    (Table 1962)
  7699.  0    output precision character
  7700.  1    output precision stroke
  7701.  2    clippping precision stroke
  7702.  3    90-degree character rotation
  7703.  4    arbitrary character rotation
  7704.  5    independent X and Y scaling
  7705.  6    double-size
  7706.  7    integer scaling
  7707.  8    continuous scaling
  7708.  9    bold
  7709.  10    italic
  7710.  11    underline
  7711.  12    strikeout
  7712.  13    raster fonts
  7713.  14    vector fonts
  7714.  15    reserved
  7715. SeeAlso: #1957,#1958,#1959,#1960,#1961,#1963,#1964
  7716.  
  7717. (Table 1963)
  7718. Values for clipping capabilities:
  7719.  00h    none
  7720.  01h    clipping to rectangles
  7721. SeeAlso: #1957,#1958,#1959,#1960,#1961,#1962,#1964
  7722.  
  7723. Bitfields for raster capabilities:
  7724. Bit(s)    Description    (Table 1964)
  7725.  0    simple bitBLT
  7726.  1    device requires banding support
  7727.  2    device requires scaling support
  7728.  3    supports >64K bitmap
  7729. SeeAlso: #1957,#1958,#1959,#1960,#1961,#1962,#1963
  7730. ----------2F18-------------------------------
  7731. INT 2F U - MS-Manager
  7732.     AH = 18h
  7733.     ???
  7734. Return: ???
  7735. --------l-2F1900-----------------------------
  7736. INT 2F U - DOS 4.x only SHELLB.COM - INSTALLATION CHECK
  7737.     AX = 1900h
  7738. Return: AL = status
  7739.         00h not installed
  7740.         FFh installed
  7741. --------l-2F1901-----------------------------
  7742. INT 2F U - DOS 4.x only SHELLB.COM - SHELLC.EXE INTERFACE
  7743.     AX = 1901h
  7744.     BL = SHELLC type
  7745.         00h transient
  7746.         01h resident
  7747.     DS:DX -> far call entry point for resident SHELLC.EXE
  7748. Return: ES:DI -> SHELLC.EXE workspace within SHELLB.COM
  7749. Note:    SHELLB.COM and SHELLC.EXE are parts of the DOS 4.x shell
  7750. --------l-2F1902-----------------------------
  7751. INT 2F U - DOS 4.x only SHELLB.COM - COMMAND.COM INTERFACE
  7752.     AX = 1902h
  7753.     ES:DI -> ASCIZ full filename of current batch file, with at least the
  7754.           final filename element uppercased
  7755.     DS:DX -> buffer for results
  7756. Return: AL = 00h  failed, either
  7757.         (a) final filename element quoted at ES:DI does not match
  7758.               identity of shell batch file quoted as parameter of most
  7759.               recent call of SHELLB command, or
  7760.         (b) no more Program Start Commands available.
  7761.     AL= FFh     success, then:
  7762.         memory at DS:[DX+1] onwards filled as:
  7763.         DX+1:    BYTE    count of bytes of PSC
  7764.         DX+2: N BYTEs    Program Start Command text
  7765.             BYTE    0Dh terminator
  7766. Desc:    COMMAND.COM executes the result of this call in preference to
  7767.       reading a command from a batch file.    Thus the batch file does not
  7768.       advance in execution for so long as SHELLB provides PSCs from its
  7769.       workspace.
  7770. Note:    The PSCs are planted in SHELLB workspace by SHELLC, the user
  7771.       menu interface.  The final PSC of a sequence is finished with a
  7772.       GOTO COMMON, which causes a loop back in the batch file which called
  7773.       SHELLC so as to execute SHELLC again.     The check on batch file name
  7774.       permits PSCs to CALL nested batch files while PSCs are still stacked
  7775.       up for subsequent execution.
  7776. --------l-2F1903-----------------------------
  7777. INT 2F U - DOS 4.x only SHELLB.COM - COMMAND.COM interface
  7778.     AX = 1903h
  7779.     ES:DI -> ASCIZ batch file name as for AX=1902h
  7780. Return: AL = status
  7781.         FFh quoted batch file name matches last SHELLB parameter
  7782.         00h it does not
  7783. --------l-2F1904-----------------------------
  7784. INT 2F U - DOS 4.x only SHELLB.COM - SHELLB transient to TSR intrface
  7785.     AX = 1904h
  7786. Return: ES:DI -> name of current shell batch file:
  7787.         WORD    number of bytes of name following
  7788.         BYTEs    (8 max) uppercase name of shell batch file
  7789. ----------2F1980-----------------------------
  7790. INT 2F U - IBM ROM-DOS v4.0 - INSTALLATION CHECK
  7791.     AX = 1980h
  7792. Return: AL = FFh if ??? installed/supported
  7793. Note:    called at the very beginning of SHELLSTB.COM, which exits if AL is not
  7794.       FFh on return
  7795. SeeAlso: AX=1981h,AX=1982h
  7796. ----------2F1981-----------------------------
  7797. INT 2F U - IBM ROM-DOS v4.0 - GET ??? STRING
  7798.     AX = 1981h
  7799.     DS:DX -> buffer for ???
  7800. Return: AL = status
  7801.         FFh if successful
  7802.         DS:DX buffer filled (see note)
  7803.         81h on error
  7804. Note:    the first byte of the buffer is unchanged; depending on a byte in
  7805.       IBMBIO.COM, the remainder of the buffer is filled with either
  7806.       "C:\ROMSHELL.COM",0Dh or xxh,xxh,0Fh,"C:\ROMSHELL.COM",0Dh
  7807. SeeAlso: AX=1980h,AX=1982h
  7808. ----------2F1982-----------------------------
  7809. INT 2F U - IBM ROM-DOS v4.0 - GET ??? TABLE
  7810.     AX = 1982h
  7811. Return: AL = FFh if supported
  7812.         ES:DI -> ??? table (see #1965)
  7813. Note:    called by ROMSHELL.COM
  7814. SeeAlso: AX=1980h,AX=1981h
  7815.  
  7816. Format of ROM-DOS v4.0 ??? table:
  7817. Offset    Size    Description    (Table 1965)
  7818.  00h    BYTE    ??? (00h)
  7819.  01h    BYTE    ??? (41h) (ROMSHELL.COM checks if =00h)
  7820.  02h    BYTE    ??? (00h) (ROMSHELL.COM checks if =01h)
  7821.  03h    WORD    ??? (0001h) (ROMSHELL.COM checks if =0001h)
  7822.  05h    BYTE    ??? (00h)
  7823.  06h    WORD    ??? (04D5h)
  7824. --------V-2F1A00-----------------------------
  7825. INT 2F - DOS 4.0+ ANSI.SYS - INSTALLATION CHECK
  7826.     AX = 1A00h
  7827. Return: AL = FFh if installed
  7828. Notes:    AVATAR.SYS also responds to this call
  7829.     documented for DOS 5+, but undocumented for DOS 4.x
  7830. --------V-2F1A00BX414E-----------------------
  7831. INT 2F - ANSIPLUS.SYS v2.00+ - INSTALLATION CHECK
  7832.     AX = 1A00h
  7833.     BX = 414Eh ('AN')
  7834.     CX = 5349h ('SI')
  7835.     DX = 2B2Bh ('++')
  7836. Return: AL = FFh if installed
  7837.         CF clear
  7838.         ES:BX -> INT 29 entry point
  7839.         CX = ANSIPLUS BCD version number (v3.10+, CH=major, CL=minor)
  7840.         DL = capabilities (v4.00+)
  7841.         00h full capability driver
  7842.         01h reduced capability driver
  7843.         2Bh full capability driver (before v4.00)
  7844. Program: ANSIPLUS.SYS is a CON device driver by Kristofer Sweger which
  7845.       replaces the normal ANSI.SYS with a more powerful version having
  7846.       many additional features
  7847. Notes:    ANSIPLUS also identifies itself as ANSI.SYS if BX,CX, or DX differ
  7848.       from the magic values above
  7849.     an additional installation check is to test for the signature
  7850.       "ANSIPLUS" 12 bytes before the INT 29 entry point; the version
  7851.       number is also available as a four-character ASCII string (e.g.
  7852.       "4.00") four bytes before the entry point
  7853. SeeAlso: AX=1AA5h,AX=1AA6h,AX=1AA7h,AX=1AA8h,AX=1AA9h,AX=1AAAh,AX=D44Fh
  7854. --------V-2F1A00BX4156-----------------------
  7855. INT 2F - AVATAR.SYS - INSTALLATION CHECK
  7856.     AX = 1A00h
  7857.     BX = 4156h ('AV')
  7858.     CX = 4154h ('AT')
  7859.     DX = 4152h ('AR')
  7860. Return: AL = FFh if installed
  7861.         CF clear
  7862.         BX = AVATAR protocol level supported
  7863.         CX = driver type
  7864.         0000h AVATAR.SYS
  7865.         4456h DVAVATAR.COM inside DESQview window
  7866.         DX = 0016h
  7867. Program: AVATAR.SYS is a CON replacement by George Adam Stanislav which
  7868.       interprets AVATAR command codes in the same way that ANSI interprets
  7869.       ANSI command codes
  7870. Notes:    AVATAR also identifies itself as ANSI.SYS if BX, CX, or DX differ from
  7871.       the magic values
  7872. SeeAlso: AX=1A21h,AX=1A3Ch,AX=1A3Fh,AX=1A52h,AX=1A72h,AX=1A7Dh,AX=1AADh"AVATAR"
  7873. --------V-2F1A01-----------------------------
  7874. INT 2F U - DOS 4.0+ ANSI.SYS internal - GET/SET DISPLAY INFORMATION
  7875.     AX = 1A01h
  7876.     CL = function
  7877.         7Fh for GET
  7878.         5Fh for SET
  7879.     DS:DX -> parm block as for INT 21,AX=440Ch,CX=037Fh/035Fh respectively
  7880. Return:    CF clear if successful
  7881.         AX destroyed
  7882.     CF set on error
  7883.         AX = error code (many non-standard)
  7884. Note:    presumably this is the DOS IOCTL interface to ANSI.SYS
  7885. SeeAlso: AX=1A02h,INT 21/AX=440Ch
  7886. --------V-2F1A02-----------------------------
  7887. INT 2F U - DOS 4.0+ ANSI.SYS internal - MISCELLANEOUS REQUESTS
  7888.     AX = 1A02h
  7889.     DS:DX -> parameter block (see #1966)
  7890. Return: CF clear if successful
  7891.     CF set on error
  7892.         AX = error code
  7893. Note:    DOS 5+ chains to previous handler if AL > 02h on call
  7894. SeeAlso: AX=1A01h
  7895.  
  7896. Format of ANSI.SYS parameter block:
  7897. Offset    Size    Description    (Table 1966)
  7898.  00h    BYTE    subfunction
  7899.         00h set/reset interlock
  7900.         01h get /L flag
  7901.  01h    BYTE    interlock state
  7902.         00h=reset, 01h=set
  7903.           This interlock prevents some of the ANSI.SYS post-processing
  7904.           in its hook onto INT 10, AH=00h mode set
  7905.  02h    BYTE    (returned)
  7906.         00h if /L not in effect
  7907.         01h if /L in effect
  7908. --------V-2F1A21-----------------------------
  7909. INT 2F - AVATAR.SYS - SET DRIVER STATE
  7910.     AX = 1A21h (AL='!')
  7911.     DS:SI -> command string with one or more state characters (see #1967)
  7912.     CX = length of command string
  7913. Return: CF set on error (invalid subfunction)
  7914.     CF clear if successful
  7915. Note:    the characters in the state string are interpreted left to right, and
  7916.       need not be in any particular order
  7917. SeeAlso: AX=1A00h/BX=4156h,AX=1A3Fh
  7918.  
  7919. (Table 1967)
  7920. Values for AVATAR.SYS state characters:
  7921.  'a'    activate driver
  7922.  'd'    disable driver
  7923.  'f'    use fast screen output
  7924.  'g'    always convert gray keys (+ and -) to function keys
  7925.  'G'    never convert gray keys
  7926.  'l'    convert gray keys only when ScrollLock active
  7927.  's'    use slow screen output
  7928.  't'    Tandy 1000 keyboard (not yet implemented)
  7929. --------V-2F1A3C-----------------------------
  7930. INT 2F U - AVATAR.SYS v0.11 - ???
  7931.     AX = 1A3Ch
  7932.     ???
  7933. Return: CX = 0000h
  7934. SeeAlso: AX=1A00h/BX=4156h,AX=1A21h,AX=1A3Eh
  7935. --------V-2F1A3E-----------------------------
  7936. INT 2F U - AVATAR.SYS v0.11 - ???
  7937.     AX = 1A3Eh
  7938.     CL = ???
  7939.     CH = ???
  7940.     DL = ???
  7941.     DH = ???
  7942. Return: CL = ???
  7943.     CH = ???
  7944.     DL = ???
  7945.     DH = ???
  7946. SeeAlso: AX=1A3Ch,AX=1A3Fh
  7947. --------V-2F1A3F-----------------------------
  7948. INT 2F - AVATAR.SYS - QUERY DRIVER STATE
  7949.     AX = 1A3Fh (AL='?')
  7950.     ES:DI -> buffer
  7951.     CX = length of buffer in bytes
  7952. Return: CF clear
  7953.     CX = actual size of returned info
  7954. Note:    the returned information consists of multiple letters whose meanings
  7955.       are described under AX=1A21h
  7956. SeeAlso: AX=1A00h/BX=4156h,AX=1A21h,AX=1A44h
  7957. --------S-2F1A42BX4156-----------------------
  7958. INT 2F - AVATAR Serial Dispatcher - INSTALL IRQ3 HANDLER
  7959.     AX = 1A42h
  7960.     BX = 4156h ('AV')
  7961.     ES:DI -> FAR handler for serial port using IRQ3
  7962.     DS = data segment needed by handler
  7963. Return: AX = status/return value
  7964.         0000h if no more room
  7965.         1A42h if ASD not installed
  7966.         else handle to use when uninstalling
  7967. Notes:    the handler need not save/restore registers or signal EOI to the
  7968.       interrupt controller
  7969.     the handler should return AX=0000h if the interrupt was meant for it,
  7970.       and either leave AX unchanged or return a non-zero value otherwise
  7971.     the most recently installed handler will be called first, continuing
  7972.       to earlier handlers until one returns AX=0000h
  7973. SeeAlso: AX=1A43h,AX=1A62h
  7974. --------S-2F1A43BX4156-----------------------
  7975. INT 2F - AVATAR Serial Dispatcher - INSTALL IRQ4 HANDLER
  7976.     AX = 1A43h
  7977.     BX = 4156h ('AV')
  7978.     ES:DI -> FAR handler for serial port using IRQ4
  7979.     DS = data segment needed by handler
  7980. Return: AX = status/return value
  7981.         0000h if no more room
  7982.         1A43h if ASD not installed
  7983.         else handle to use when uninstalling
  7984. Notes:    (see AX=1A42h)
  7985. SeeAlso: AX=1A42h,AX=1A63h
  7986. --------V-2F1A44BX4156-----------------------
  7987. INT 2F - AVATAR.SYS v0.11+ - GET DATA SEGMENT
  7988.     AX = 1A44h
  7989.     BX = 4156h ('AV')
  7990. Return: AX = 0000h
  7991.     DS = data segment
  7992.     CX = size of data segment
  7993. Note:    AVATAR.SYS calls this function whenever it is invoked.    If each
  7994.       process under a multitasker hooks this function and provides a
  7995.       separate data segment, AVATAR.SYS becomes fully reentrant.
  7996. SeeAlso: AX=1A21h,AX=1A3Fh,AX=1A52h
  7997. --------V-2F1A52-----------------------------
  7998. INT 2F U - AVATAR.SYS v0.11 - GET ???
  7999.     AX = 1A52h
  8000.     CX = size of buffer
  8001.     ES:DI -> buffer
  8002. Return: ??? copied into user buffer
  8003. Note:    the maximum size of the data which may be copied is returned by
  8004.       AX=1A72h
  8005. SeeAlso: AX=1A53h,AX=1A72h
  8006. --------V-2F1A53-----------------------------
  8007. INT 2F U - AVATAR.SYS v0.11 - ???
  8008.     AX = 1A53h
  8009.     CL = ??? (00h-05h)
  8010.     ???
  8011. Return: ???
  8012. SeeAlso: AX=1A00h/BX=4156h,AX=1A52h,AX=1A72h
  8013. --------S-2F1A62BX4156-----------------------
  8014. INT 2F - AVATAR Serial Dispatcher - UNINSTALL IRQ3 HANDLER
  8015.     AX = 1A62h
  8016.     BX = 4156h ('AV')
  8017.     CX = handle for IRQ routine returned by AX=1A42h
  8018. SeeAlso: AX=1A42h,AX=1A63h
  8019. --------S-2F1A63BX4156-----------------------
  8020. INT 2F - AVATAR Serial Dispatcher - UNINSTALL IRQ4 HANDLER
  8021.     AX = 1A63h
  8022.     BX = 4156h ('AV')
  8023.     CX = handle for IRQ routine returned by AX=1A43h
  8024. SeeAlso: AX=1A43h,AX=1A62h
  8025. --------V-2F1A72-----------------------------
  8026. INT 2F U - AVATAR.SYS v0.11 - GET ??? SIZE
  8027.     AX = 1A72h
  8028. Return: CX = maximum size of ???
  8029. SeeAlso: AX=1A00h/BX=4156h,AX=1A52h,AX=1A7Bh,AX=1AADh"AVATAR"
  8030. --------V-2F1A7B-----------------------------
  8031. INT 2F U - AVATAR.SYS v0.11 - ???
  8032.     AX = 1A7Bh
  8033. Return: AX = 0000h
  8034.     CX = 0000h
  8035. SeeAlso: AX=1A00h/BX=4156h,AX=1A72h,AX=1A7Dh
  8036. --------V-2F1A7D-----------------------------
  8037. INT 2F U - AVATAR.SYS v0.11 - ???
  8038.     AX = 1A7Dh
  8039. Return: AX = ???
  8040. SeeAlso: AX=1A00h/BX=4156h,AX=1A7Bh
  8041. --------V-2F1AA3-----------------------------
  8042. INT 2F - ANSIPLUS v4.03+ - GET/SET ANSIPLUS INTERNAL VARIABLES
  8043.     AX = 1AA3h
  8044.     BH = function
  8045.         00h get current/default colors
  8046.         Return: CH = default colors
  8047.             CL = current colors
  8048.         01h set current/default colors
  8049.         CH = default colors (00h = leave unchanged)
  8050.         CL = current colors
  8051.         02h get current subscreen region
  8052.         Return: BH,BL = true screen rows,columns
  8053.             CH,CL = top left row,column of region
  8054.             DH,DL = bottom right row,column of region
  8055.         03h set subscreen region
  8056.         CH,CL = top left row,column of region
  8057.         DH,DL = bottom right row,column of region
  8058.         04h get driver features (bits 0-31)
  8059.         Return: DX:CX = current feature bits
  8060.         05h set driver features (bits 0-31)
  8061.         DX:CX = feature bits
  8062.         06h get driver features (bits 32-63)
  8063.         Return: DX:CX = current feature bits
  8064.         07h set driver features (bits 32-63)
  8065.         DX:CX = feature bits
  8066.         other: reserved for future use
  8067. SeeAlso: AX=1AA4h,AX=1AA5h
  8068. --------V-2F1AA4-----------------------------
  8069. INT 2F - ANSIPLUS v4.02+ - GET/SET ANSIPLUS SMOOTH SCROLLING RATE
  8070.     AX = 1AA4h
  8071.     BL = function
  8072.         00h get scrolling rate
  8073.         01h set scrolling rate
  8074.         BH = new minimum scrolling rate in scan lines per retrace
  8075. Return: BH = smooth scrolling rate
  8076. SeeAlso: AX=1AA3h,AX=1AA5h
  8077. --------V-2F1AA5-----------------------------
  8078. INT 2F - ANSIPLUS v4.00+ - GET/SET ANSIPLUS CLIPBOARD
  8079.     AX = 1AA5h
  8080.     DH = subfunction
  8081.         00h get clipboard information
  8082.         01h get clipboard text
  8083.         02h set clipboard text
  8084.         03h append text to clipboard
  8085.         04h clear clipboard
  8086.         05h paste clipboard to keyboard
  8087.     ES:BX -> data area for subfunctions 01h, 02h, and 03h
  8088.     CX = size of data area (maximum size for subfunction 01h, actual size
  8089.         to add to clipboard for subfunctions 02h and 03h)
  8090. Return: AL = status
  8091.         00h successful
  8092.         01h unsupported subfunction (reduced capability driver)
  8093.         02h insufficient space
  8094.         A5h unsupported function (ANSIPLUS before v4.00)
  8095.     ES:BX -> ANSIPLUS local clipboard data
  8096.     CX = number of bytes currently in local clipboard
  8097.     DX = maximum size of local clipboard
  8098. SeeAlso: AX=1A00h/BX=414Eh,AX=1AA4h,AX=1AA6h
  8099. --------V-2F1AA6-----------------------------
  8100. INT 2F - ANSIPLUS v4.00+ - ENABLE/DISABLE ANSIPLUS DRIVER
  8101.     AX = 1AA6h
  8102.     BH = function
  8103.         00h get hooked interrupts
  8104.         01h set hooked interrupts mask
  8105.         BL = new interrupts mask (see #1968)
  8106. Return: BL = previous interrupts mask (see #1968)
  8107. SeeAlso: AX=1A00h/BX=414Eh,AX=1AA7h
  8108.  
  8109. Desc:    used to temporarily disable any prior copies of ANSIPLUS when a new
  8110.       copy is installed, such as in a multitasking system like DESQview
  8111. Note:    only the most-recently loaded copy of ANSIPLUS on the current INT 2F
  8112.       chain responds to this call
  8113.  
  8114. Bitfields for ANSIPLUS hooked interrupts mask:
  8115. Bit(s)    Description    (Table 1968)
  8116.  0    INT 09 hook disabled
  8117.  1    INT 10 hook disabled
  8118.  2    INT 15 hook disabled
  8119.  3    INT 16 hook disabled
  8120.  4    INT 1C hook disabled
  8121.  5    reset all bits when INT 29 called
  8122.  6    INT 29 hook disabled
  8123.  7    INT 33, INT 74, or other mouse event hook disabled
  8124. --------V-2F1AA7-----------------------------
  8125. INT 2F - ANSIPLUS v4.00+ - ENABLE/DISABLE ANSIPLUS FEATURES
  8126.     AX = 1AA7h
  8127.     BL = function
  8128.         00h prevent scroll-back saves
  8129.         01h enable scroll-back saves
  8130.         02h disable key reprogramming and lock changes by escape sequences
  8131.         03h enable key reprogramming by escape sequences
  8132.         04h    disable and lock key stacking changes by escape sequences
  8133.         05h allow key stacking by escape sequences
  8134. Return: nothing
  8135. SeeAlso: AX=1AA6h
  8136. --------V-2F1AA8-----------------------------
  8137. INT 2F - ANSIPLUS v3.10+ - GET NEXT ANSIPLUS SCROLLBACK LINE
  8138.     AX = 1AA8h
  8139. Return: AL = status
  8140.         00h successful
  8141.         ES:BX -> screen line (character and attribute pairs)
  8142.         CX = length of line in bytes, 0000h if no more lines or
  8143.               unsupported video mode
  8144.         01h unsupported video mode active
  8145.         02h screen currently scrolled back
  8146.         03h reduced capability driver
  8147.         A8h unsupported function (driver before v3.10)
  8148. SeeAlso: AX=1A00h/BX=414Eh,AX=1AA9h
  8149. --------V-2F1AA9-----------------------------
  8150. INT 2F - ANSIPLUS v3.10+ - GET ANSIPLUS SCROLLBACK INFORMATION
  8151.     AX = 1AA9h
  8152. Return: AL = status
  8153.         00h successful
  8154.         BX = current number of lines in scrollback buffer
  8155.         CX = number of bytes in one line
  8156.         01h unsupported video mode active
  8157.         02h screen currently scrolled back
  8158.         03h reduced capability driver
  8159.         A9h unsupported function (driver before v3.10)
  8160. Desc:    determine how much data is in the scrollback buffer and initialize
  8161.       scrollback retrieval to return the first line on the next call to
  8162.       AX=1AA8h
  8163. SeeAlso: AX=1A00h/BX=414Eh,AX=1AA8h
  8164. --------V-2F1AAA-----------------------------
  8165. INT 2F - ANSIPLUS v3.01+ - GET/SET ANSIPLUS SCREEN SAVER BLANKING TIME
  8166.     AX = 1AAAh
  8167.     BX = function
  8168.         FFFFh to get current blanking time
  8169.         other to set time
  8170.         CX = blanking time in clock ticks (0000h-7FFFh)
  8171. Return: BX = current blanking time
  8172.     CX = blanking time when last set
  8173. SeeAlso: AX=1A00h/BX=414Eh,AX=1AABh
  8174. --------V-2F1AAB-----------------------------
  8175. INT 2F - ANSIPLUS v3.01+ - SET ANSIPLUS KEY REPEAT RATE
  8176.     AX = 1AABh
  8177.     BX = repeat rate in characters per second
  8178.         0000h use BIOS repeat rate
  8179. Return: nothing
  8180. SeeAlso: AX=1A00h/BX=414Eh,AX=1AAAh,AX=1AACh
  8181. --------V-2F1AAC-----------------------------
  8182. INT 2F - ANSIPLUS v3.00+ - LOAD CHARACTER GENERATOR
  8183.     AX = 1AACh
  8184.     BH = number of bytes per character pattern
  8185.     BL = VGA/EGA character table to be loaded
  8186.     CX = number of characters to load
  8187.     DX = starting character code (offset into Map2 block)
  8188.     ES:BP -> user character table to be loaded
  8189. Return: AX = 1100h
  8190. Desc:    load the EGA/VGA character generator without the BIOS function's
  8191.       side effects of resetting the video mode and color palette
  8192. SeeAlso: AX=1A00h/BX=414Eh,AX=1AABh,AX=1AADh"ANSIPLUS",INT 10/AX=1100h
  8193. --------V-2F1AAD-----------------------------
  8194. INT 2F - ANSIPLUS v2.00+ - ANSIPLUS DEVICE STATUS REPORT
  8195.     AX = 1AADh
  8196.     BL = report request code (81h-96h for v4.00)
  8197.     CX = color selector or key code, if required by request
  8198. Return: AX = first reported result
  8199.     BX = second result
  8200.     CX = third result, if applicable (unchanged otherwise)
  8201.     DX = fourth result, if applicable (unchanged otherwise)
  8202. Desc:    get device status reports equivalent to those for Esc [#n sequences
  8203.       while bypassing any device redirection and avoiding the need to
  8204.       parse the returned result
  8205. Note:    the report request code in BL is identical to the number in the
  8206.       corresponding Esc [#n sequence
  8207. SeeAlso: AX=1A00h/BX=414Eh,AX=1AACh
  8208. --------V-2F1AADDX0000-----------------------
  8209. INT 2F U - AVATAR.SYS v0.11 - ???
  8210.     AX = 1AADh
  8211.     DX = 0000h
  8212.     CX = subfunction (00h-0Ch)
  8213.     ???
  8214. Return: AX = 0000h if DX was nonzero
  8215.     ???
  8216. SeeAlso: AX=1A00h/BX=4156h,AX=1A72h
  8217. --------m-2F1B00-----------------------------
  8218. INT 2F U - DOS 4+ XMA2EMS.SYS extension internal - INSTALLATION CHECK
  8219.     AX = 1B00h
  8220. Return: AL = FFh if installed
  8221. Note:    XMA2EMS.SYS extension is only installed if DOS has page frames to hide.
  8222.     This extension hooks onto INT 67/AH=58h and returns from that call data
  8223.       which excludes the physical pages being used by DOS.
  8224. SeeAlso: AH=1Bh"FRAME INFO"
  8225. --------m-2F1B-------------------------------
  8226. INT 2F U - DOS 4+ XMA2EMS.SYS extension internal - GET HIDDEN FRAME INFORMATION
  8227.     AH = 1Bh
  8228.     AL <> 00h
  8229.     DI = hidden physical page number
  8230. Return: AX = FFFFh if failed (no such hidden page)
  8231.     AX = 0000h if OK, then
  8232.         ES = segment of page frame
  8233.         DI = physical page number
  8234. Notes:    this corresponds to the data edited out of the INT 67/AH=58h call
  8235.     FASTOPEN makes this call with AL = FFh
  8236. SeeAlso: AX=1B00h
  8237. --------V-2F2300-----------------------------
  8238. INT 2F - DR DOS 5.0 GRAFTABL - INSTALLATION CHECK
  8239.     AX = 2300h
  8240. Return: AH = FFh
  8241. Note:    this installation check does not follow the usual format
  8242. SeeAlso: AH=23h,AX=2E00h
  8243. --------V-2F23-------------------------------
  8244. INT 2F - DR DOS 5.0 GRAFTABL - GET GRAPHICS DATA
  8245.     AH = 23h
  8246.     AL nonzero
  8247. Return: AH = FFh
  8248.     ES:BX -> graphics data (8 bytes for each character from 80h to FFh)
  8249. SeeAlso: AX=2300h,AX=2E00h
  8250. --------T-2F2700-----------------------------
  8251. INT 2F - DR DOS 6.0 TaskMAX - INSTALLATION CHECK
  8252.     AX = 2700h
  8253. Return: AL = status
  8254.         00h not installed
  8255.         FFh installed
  8256. Note:    the TaskMAX API is also supported by Novell DOS 7 TASKMGR in both
  8257.       taskswitching and multitasking modes
  8258. --------T-2F2701-----------------------------
  8259. INT 2F - DR DOS 6.0 TaskMAX - GET STATUS
  8260.     AX = 2701h
  8261. Return: AX = maximum simultaneous tasks
  8262.     BX = index into TASK_IDS of current foreground task
  8263.     CX = currently-active tasks
  8264.     DX = version number (DL = major, DH = minor)
  8265.         (DR DOS 6.0 = 0001h, Novell DOS 7 = 0002h)
  8266.     ES:SI -> TASK_IDS
  8267.     ES:DI -> name table (array of 8-byte names, NUL-terminated if <8 chars)
  8268. Notes:    do not attempt to create a new task if CX == AX
  8269.     the task's index is its position on the task menu, while its ID is the
  8270.       position within the internal task name table
  8271. SeeAlso: AX=2714h,AX=2716h
  8272. --------T-2F2702-----------------------------
  8273. INT 2F - DR DOS 6.0 TaskMAX - GET PER-TASK EMS LIMIT
  8274.     AX = 2702h
  8275. Return: DX = maximum pages INT 67/AH=42h will report available
  8276. Note:    TaskMAX does not limit EMS allocations other than by limiting the
  8277.       amount which is reported as being available at a given time
  8278. SeeAlso: AX=2703h,INT 67/AH=42h
  8279. --------T-2F2703-----------------------------
  8280. INT 2F - DR DOS 6.0 TaskMAX - SET PER-TASK EMS LIMIT
  8281.     AX = 2703h
  8282.     DX = maximum pages INT 67/AH=42h should report available
  8283. Return: DX = new maximum for reporting
  8284. Note:    the TaskMAX API is also supported by Novell DOS 7 TASKMGR in
  8285.       both taskswitching and multitasking modes
  8286. SeeAlso: AX=2702h,INT 67/AH=42h
  8287. --------T-2F2704-----------------------------
  8288. INT 2F - DR DOS 6.0 TaskMAX - REGISTER/UNREGISTER TASK MANAGER
  8289.     AX = 2704h
  8290.     DL = subfunction
  8291.         00h unregister task manager
  8292.         01h register task manager
  8293. Return: DL = status
  8294.         00h registered
  8295.         01h unregistered
  8296. Notes:    a task manager replaces TaskMAX's menu system with its own user
  8297.       interface; while one is registered, the TaskMAX hotkeys and
  8298.       Ctrl-Alt-Del invoke the manager rather than the built-in menu system
  8299.     unregister the task manager before terminating it
  8300. SeeAlso: AX=2705h
  8301. Index:    hotkeys;TaskMAX
  8302. --------T-2F2705-----------------------------
  8303. INT 2F - DR DOS 6.0 TaskMAX - ENABLE/DISABLE DIRECT SWITCHING
  8304.     AX = 2705h
  8305.     DL = subfunction
  8306.         00h disable keystrokes for switching to next/prev/specified task
  8307.         01h enable
  8308. Return: nothing
  8309. Note:    should only be called by a registered task manager (see AX=2704h)
  8310. SeeAlso: AX=2704h,AX=2706h
  8311. --------T-2F2706-----------------------------
  8312. INT 2F - DR DOS 6.0 TaskMAX - SWITCH TO SPECIFIED TASK
  8313.     AX = 2706h
  8314.     DX = task index (see AX=2701h) of task to be activated
  8315. Return: DX = task index of previously-active task
  8316. Note:    the TaskMAX API is also supported by Novell DOS 7 TASKMGR in
  8317.       both taskswitching and multitasking modes
  8318. SeeAlso: AX=2705h,AX=2707h,AX=2715h
  8319. --------T-2F2707-----------------------------
  8320. INT 2F - DR DOS 6.0 TaskMAX - CREATE NEW TASK
  8321.     AX = 2707h
  8322.     DS:DX -> ASCIZ pathname of executable
  8323.     ES:BX -> parameter block (see #1969)
  8324.     CX = number of ticks before automatic return to task manager
  8325.         (0000h = run until termination or explicitly switched)
  8326. Return: DX = new task's task index (FFFFh if task terminated)
  8327. SeeAlso: AX=2706h,AX=2708h
  8328.  
  8329. Format of TaskMAX parameter block:
  8330. Offset    Size    Description    (Table 1969)
  8331.  00h    WORD    reserved, should be 0000h
  8332.  02h    DWORD    pointer to command tail to be copied into child's PSP
  8333.  06h    DWORD    pointer to first FCB to be copied into child's PSP
  8334.  0Ah    DWORD    pointer to second FCB to be copied into child's PSP
  8335. --------T-2F2708-----------------------------
  8336. INT 2F - DR DOS 6.0 TaskMAX - DELETE TASK
  8337.     AX = 2708h
  8338.     DX = task index
  8339. Return: DX = FFFFh (task deleted)
  8340. Notes:    this call should only be used for abnormal task termination, after
  8341.       first checking for open files with AX=270Ch; should not be used
  8342.       with programs that allocate EMS or XMS memory
  8343.     switches to specified task first
  8344. SeeAlso: AX=2707h
  8345. --------T-2F2709-----------------------------
  8346. INT 2F - DR DOS 6.0 TaskMAX - NAME TASK
  8347.     AX = 2709h
  8348.     DX = task index
  8349.     DS:SI -> 8-byte name (8 NULs = remove name)
  8350. Return: AL = task flags
  8351.         00h ID unused or task terminated
  8352.         01h ID in use, task name table entry valid
  8353.         81h ID in use, task name fixed
  8354.     BX = task ID
  8355.     ES:DI -> name in task name table (see AX=2701h)
  8356. Note:    the task retains the given name until it terminates or the name is
  8357.       removed by specifying a name of 8 NULs.
  8358. SeeAlso: AX=2701h,AX=2707h
  8359. --------T-2F270A-----------------------------
  8360. INT 2F - DR DOS 6.0 TaskMAX - CONVERT TASK INDEX TO TASK ID
  8361.     AX = 270Ah
  8362.     DX = task index
  8363. Return: DX = task ID (FFFFh if index invalid)
  8364. Note:    task IDs stay constant, while indexes can change when other tasks are
  8365.       deleted
  8366. SeeAlso: AX=2701h,AX=270Bh
  8367. --------T-2F270B-----------------------------
  8368. INT 2F - DR DOS 6.0 TaskMAX - CONVERT TASK ID TO TASK INDEX
  8369.     AX = 270Bh
  8370.     DX = task ID
  8371. Return: DX = task index (FFFFh if task not active)
  8372. Note:    the TaskMAX API is also supported by Novell DOS 7 TASKMGR in both
  8373.       taskswitching and multitasking modes
  8374. SeeAlso: AX=270Ah
  8375. --------T-2F270C-----------------------------
  8376. INT 2F - DR DOS 6.0 TaskMAX - CHECK OPEN FILES
  8377.     AX = 270Ch
  8378.     DX = task index
  8379. Return: AX = number of files currently open for specified task
  8380. SeeAlso: AX=2708h
  8381. --------T-2F270D-----------------------------
  8382. INT 2F - DR DOS 6.0 TaskMAX - CHECK IF TASK RUNNING PRIMARY COMMAND INTERPRETER
  8383.     AX = 270Dh
  8384.     DX = task index
  8385. Return: DX = status
  8386.         0000h if primary command interpreter (COMMAND.COM, etc.) running
  8387.         0001h if not in root shell for task
  8388. Note:    TaskMAX will return 0001h if the specified task has spawned another
  8389.       command interpreter with AX=2707h
  8390. SeeAlso: AX=2707h,AX=270Ch
  8391. --------T-2F270E-----------------------------
  8392. INT 2F - DR DOS 6.0 TaskMAX - GET/SET TEXT PASTE LEAD-IN
  8393.     AX = 270Eh
  8394.     CX = length of string (max 15 keystrokes, 0000h to get current string)
  8395.     DS:SI -> pasting lead-in string (character/scan-code pairs)
  8396. Return: ES:DI -> current lead-in string
  8397. Note:    the specified sequence of keystrokes is sent to the application before
  8398.       every line of a text-mode spreadsheet paste
  8399. SeeAlso: AX=270Fh,AX=2710h,AX=2713h
  8400. --------T-2F270F-----------------------------
  8401. INT 2F - DR DOS 6.0 TaskMAX - GET/SET NUMERIC PASTE LEAD-IN
  8402.     AX = 270Fh
  8403.     CX = length of string (max 15 keystrokes, 0000h to get current string)
  8404.     DS:SI -> pasting lead-in string (character/scan-code pairs)
  8405. Return: ES:DI -> current lead-in string
  8406. Note:    the specified sequence of keystrokes is sent to the application before
  8407.       every number in a numeric-mode spreadsheet paste
  8408. SeeAlso: AX=270Eh,AX=2710h,AX=2711h,AX=2713h
  8409. --------T-2F2710-----------------------------
  8410. INT 2F - DR DOS 6.0 TaskMAX - GET/SET PASTE LINE TERMINATOR STRING
  8411.     AX = 2710h
  8412.     CX = length of string (max 15 keystrokes, 0000h to get current string)
  8413.     DS:SI -> pasting terminator string (character/scan-code pairs)
  8414. Return: ES:DI -> current terminator string
  8415. Note:    the specified sequence of keystrokes is sent to the application after
  8416.       every line of a spreadsheet paste operation
  8417. SeeAlso: AX=270Eh,AX=270Fh,AX=2713h
  8418. --------T-2F2711-----------------------------
  8419. INT 2F - DR DOS 6.0 TaskMAX - GET/SET NUMERIC PASTE DECIMAL POINT
  8420.     AX = 2711h
  8421.     DX = ASCII code for separator (FFFFh to get current)
  8422. Return: DL = current separator character
  8423. SeeAlso: AX=270Fh
  8424. --------T-2F2712-----------------------------
  8425. INT 2F - DR DOS 6.0 TaskMAX - INITIATE EXPORTING TASK DATA
  8426.     AX = 2712h
  8427.     DX = task index
  8428. --------T-2F2713-----------------------------
  8429. INT 2F - DR DOS 6.0 TaskMAX - INITIATE PASTE OPERATION
  8430.     AX = 2713h
  8431.     DX = task index
  8432.     CX = paste mode
  8433.         0000h alphanumeric
  8434.         0001h numeric
  8435.         0002h text
  8436. SeeAlso: AX=270Eh,AX=270Fh,AX=2710h,AX=2711h
  8437. --------T-2F2714-----------------------------
  8438. INT 2F - DR DOS 6.0 TaskMAX - GET SWAP SPACE INFO
  8439.     AX = 2714h
  8440. Return: CX = total KB of swap space
  8441.     DX = available KB of swap space
  8442. Note:    the TaskMAX API is also supported by Novell DOS 7 TASKMGR in both
  8443.       taskswitching and multitasking modes
  8444. SeeAlso: AX=2701h
  8445. --------T-2F2715-----------------------------
  8446. INT 2F - DR DOS 6.0 TaskMAX - SWITCH TO TASK MANAGER
  8447.     AX = 2715h
  8448. Return: only after calling task is again selected
  8449. SeeAlso: AX=2706h
  8450. --------T-2F2716-----------------------------
  8451. INT 2F - DR DOS 6.0 TaskMAX - GET PASTE BUFFER STATUS
  8452.     AX = 2716h
  8453. Return: AX = 0000h if AX=2716h,AX=2717h,AX=2718h supported
  8454.         CX = bytes in paste buffer
  8455.         DX = current generation number (updated after every copy operation)
  8456. BUG:    Novell DOS 7 TASKMGR returns AX=0000h even though it does not support
  8457.       this call (it does support the remainder of the TaskMAX API)
  8458. SeeAlso: AX=2701h,AX=2713h,AX=2714h,AX=2717h,AX=2718h
  8459. --------T-2F2717-----------------------------
  8460. INT 2F - DR DOS 6.0 TaskMAX - PASTE DATA DIRECTLY TO APPLICATION BUFFER
  8461.     AX = 2717h
  8462.     CX = bytes in destination buffer
  8463.     ES:DI -> destination buffer
  8464. Return: AX = 0000h if function supported
  8465.         CX = bytes actually copied (FFFFh if buffer too small)
  8466.         DX = current generation number for paste buffer
  8467. BUG:    Novell DOS 7 TASKMGR returns AX=0000h even though it does not support
  8468.       this call (it does support the remainder of the TaskMAX API)
  8469. Note:    the destination buffer may be too small if another task adds more data
  8470.       to the paste buffer after the AX=2716h call but before this call
  8471. SeeAlso: AX=2713h,AX=2716h,AX=2718h
  8472. --------T-2F2718-----------------------------
  8473. INT 2F - DR DOS 6.0 TaskMAX - COPY DATA DIRECTLY INTO PASTE BUFFER
  8474.     AX = 2718h
  8475.     CX = bytes in source buffer
  8476.     DS:SI -> source buffer (plain ASCII, lines terminated with CR LF)
  8477. Return: AX = 0000h if function supported
  8478.         CX = bytes actually copied
  8479.         DX = current generation number for paste buffer
  8480. BUG:    Novell DOS 7 TASKMGR returns AX=0000h even though it does not support
  8481.       this call (it does support the remainder of the TaskMAX API)
  8482. SeeAlso: AX=2712h,AX=2716h,AX=2717h
  8483. --------T-2F2719-----------------------------
  8484. INT 2F - Novell DOS 7 TaskMGR - NOP
  8485.     AX = 2719h to 271Bh
  8486. --------T-2F271C-----------------------------
  8487. INT 2F U - Novell DOS 7 TaskMGR - ???
  8488.     AX = 271Ch
  8489.     DX = ???
  8490.         bit 0: ???
  8491. Return: ???
  8492.     ---if DX bit 0 set---
  8493.     AX = 0031h
  8494.     CX = 0000h
  8495. BUG:    if the task switcher is running, and DX bit 0 is set on call, this
  8496.       function will crash because its exit code attempts to pop several
  8497.       registers which are not pushed when DX bit 0 is set
  8498. --------m-2F2780CL01-------------------------
  8499. INT 2F U - Novell DOS 7 - EMM386.EXE - MULTITASKING API
  8500.     AX = 2780h
  8501.     CL = 01h (function number)
  8502.     CH = subfunction
  8503.         00h unused
  8504.         Return: CX = status (0002h) (see #1970)
  8505.         01h unused
  8506.         Return: CX = status (0002h) (see #1970)
  8507.         02h ???
  8508.         BX = ??? (0005h-000Fh)
  8509.         Return: CX = status (0000h,0030h) (see #1970)
  8510.         03h allocate ???
  8511.         DX = ???
  8512.         Return: CX = status (0000h,0003h) (see #1970)
  8513.         04h get ???
  8514.         Return: CX = 0000h (successful)
  8515.             BX = selector for EMM386 data segment
  8516.             EBX high word cleared
  8517.         05h ???
  8518.         EDX = ???
  8519.         Return: ???
  8520.         06h return to real mode via triple fault
  8521.         07h debugger break
  8522.         Note:    calls INT 03, then INT 21/AH=02h to output a question
  8523.               mark
  8524.         08h get ???
  8525.         Return: CX = 0000h (successful)
  8526.             EBX = ??? (0 or 2)
  8527.         09h ???
  8528.         0Ah ???
  8529.         0Bh unused
  8530.         Return: CX = status (0002h) (see #1970)
  8531.         0Ch ??? manipulates DOS memory chain
  8532.         0Dh ???
  8533.         EBX = ???
  8534.         EDX = ???
  8535.         Return: ???
  8536.         0Eh ???
  8537.         Return: CX = 0000h (successful)
  8538.             BL = ???     \ or BX = 0000h
  8539.             BH = ???     /
  8540.         0Fh get ???
  8541.         Return: CX = 0000h (successful)
  8542.             EBX = ???
  8543.         10h get and set ???
  8544.         EDX = ???
  8545.         Return: CX = 0000h (successful)
  8546.             EBX = old value of ???
  8547.         11h get ???
  8548.         Return: CX = 0000h (successful)
  8549.             EBX = ??? (0100h)
  8550.         12h get and set ???
  8551.         DX = ???
  8552.         Return: CX = 0000h (successful)
  8553.             AX = old value of ???
  8554.         13h ???
  8555.         Return: CX = status (0000h,003Fh) (see #1970)
  8556.             AX = ???
  8557.         14h ???
  8558.         EDX = ???
  8559.         Return: CX = status (0000h,003Fh) (see #1970)
  8560.         15h ???
  8561.         BX = segment of ???
  8562.         Return: CX = 0000h (successful)
  8563.             BX = segment of ???
  8564.         16h ???
  8565.         17h ???
  8566.         EBX = subfunction (0-2)
  8567.         Return: CX = status (0002h if EBX>2) (see #1970)
  8568.             ???
  8569.         18h unused
  8570.         Return: CX = status (0002h) (see #1970)
  8571. Return: CX = status (most subfunctions)
  8572.     (E)AX and/or (E)BX contain return values, depending on function
  8573. Notes:    called by DPMS.EXE and EMM386.EXE
  8574.     this API is only available if AX=12FFh/BX=0EDCh returns successfully;
  8575.       because the request is handled on the initial trap to the memory
  8576.       manager caused by INT instructions, this API must be invoked with
  8577.       an actual INT 2F instruction instead of some simulation such as a
  8578.       far call to the address in the interrupt vector table
  8579. SeeAlso: AX=12FF/BX=0EDCh,AX=2780h/CL=02h,AX=2780h/CL=03h,AX=2780h/CL=04h
  8580.  
  8581. (Table 1970)
  8582. Values for Novell DOS 7 EMM386 function status:
  8583.  0000h    successful
  8584.  0001h    invalid function???
  8585.  0002h    invalid subfunction
  8586.  0003h    ???
  8587.  0004h    invalid ??? index
  8588.  0005h    ???
  8589.  0006h    ???
  8590.  0007h    ???
  8591.  0009h    ???
  8592.  000Ah    ???
  8593.  000Bh    invalid ??? handle
  8594.  000Ch    ???
  8595.  000Dh    ???
  8596.  000Eh    ???
  8597.  000Fh    ???
  8598.  0014h    ???
  8599.  0023h    ???
  8600.  0030h    ???
  8601.  003Fh    ???
  8602. --------m-2F2780CL02-------------------------
  8603. INT 2F U - Novell DOS 7 - EMM386.EXE - MULTITASKING API
  8604.     AX = 2780h
  8605.     CL = 02h (function number)
  8606.     CH = subfunction
  8607.         00h ???
  8608.         ???
  8609.         Return: CX = status (0000h,0023h, others???) (see #1970)
  8610.             BX = ??? (0000h if CX=0000h, FFFFh if CX=0023h)
  8611.         Note:    calls func 04h/sf 03h, func 04h/sf 1Eh,func 02h/sf 43h,
  8612.               func 02h/sf 0Bh, and func 04h/sf 01h
  8613.         01h get and clear ???
  8614.         DX = ??? handle or 0000h for default
  8615.         Return: CX = status (0000h,000Bh) (see #1970)
  8616.             EBX = old value of ??? if successful
  8617.             EDX destroyed
  8618.         02h ???
  8619.         DX = index of ???
  8620.         Return: CX = status (0000h,0004h,0005h) (see #1970)
  8621.             EBX = 0000FFFFh on error, 00000000h if successful
  8622.         03h ???
  8623.         DX = index of ???
  8624.         Return: CX = status (0000h,0004h,0006h) (see #1970)
  8625.             BX = FFFFh on error, 0000h if successful
  8626.         04h ???
  8627.         Return: CX = status (0000h,0007h,000Ah) (see #1970)
  8628.         05h ???
  8629.         EDX -> ??? data (first 8 bytes seem to be name)
  8630.         Return: CX = status (0000h,0009h,000Dh) (see #1970)
  8631.         06h ???
  8632.         Note:    calls fn 02h/subfn 05h, then fn 02h/subfn 40h
  8633.         07h ???
  8634.         EDX = ???
  8635.         Return: CX = status (0000h,0009h,000Eh) (see #1970)
  8636.         08h ???
  8637.         EDX = ???
  8638.         Return: CX = status (0000h,0009h,000Eh) (see #1970)
  8639.         09h ???
  8640.         EDX = ???
  8641.         Return: CX = status (0000h,0009h,000Fh) (see #1970)
  8642.         0Ah ???
  8643.         EDX = ???
  8644.         Return: CX = status (0000h,0009h,000Fh) (see #1970)
  8645.         0Bh ???
  8646.         DX = ???
  8647.         Return: CX = 0000h (successful)
  8648.         0Ch ???
  8649.         Return: CX = 0000h (successful)
  8650.         0Dh ???
  8651.         Return: CX = status (0000h,0023h) (see #1970)
  8652.             BX = FFFFh on error, 0000h if successful
  8653.         Note:    calls fn 04h/subfn 03h, fn 04h/subfn 1Eh,
  8654.               fn 02h/subfn 43h, fn 02h/subfn 0Bh, fn 04h/sub 01h
  8655.         0Eh ???
  8656.         ???
  8657.         Return: CX = status (0000h,000Ch) (see #1970)
  8658.             EBX = ??? if successful
  8659.         0Fh ???
  8660.         BX = ???
  8661.         DX = ??? handle or 0000h for default
  8662.         Return: CX = status (0000h,000Bh) (see #1970)
  8663.         10h get ??? handle
  8664.         Return: CX = 0000h (successful)
  8665.             BX = handle of default ???
  8666.             EBX high word cleared
  8667.         11h ???
  8668.         DX = ??? handle or 0000h for default
  8669.         BX = ??? (handle???)
  8670.         Return:    CX = status (0000h,000Bh,0014h) (see #1970)
  8671.         12h ???
  8672.         BX = ???
  8673.         DX = ???
  8674.         Return: CX = 0000h (successful)
  8675.         13h ???
  8676.         DX = ???
  8677.         Return: CX = status (see #1970)
  8678.         14h ???
  8679.         BX = ???
  8680.         DX = ???
  8681.         Return: CX = status (0000h,0014h) (see #1970)
  8682.             BX = FFFFh on error, ??? if successful
  8683.         15h set ??? flags
  8684.         BX = ??? (low two bits only)
  8685.         DX = ??? handle or 0000h for default
  8686.         Return: CX = status (0000h,000Bh) (see #1970)
  8687.             BX = new value of ??? flags (entire word)
  8688.             EBX high register cleared
  8689.         16h clear ??? flag for default ???
  8690.         Return: CX = 0000h (successful)
  8691.         17h ???
  8692.         18h ???
  8693.         19h ???
  8694.         1Ah ???
  8695.         1Bh ???
  8696.         1Ch ???
  8697.         1Dh ???
  8698.         1Eh ???
  8699.         1Fh ???
  8700.         20h ???
  8701.         21h ???
  8702.         22h ???
  8703.         23h ???
  8704.         24h ???
  8705.         25h ???
  8706.         26h ???
  8707.         27h ???
  8708.         28h ???
  8709.         29h ???
  8710.         2Ah ???
  8711.         2Bh ???
  8712.         2Ch ???
  8713.         2Dh ???
  8714.         2Eh ???
  8715.         2Fh ???
  8716.         30h ???
  8717.         31h ???
  8718.         32h ???
  8719.         33h ???
  8720.         34h ???
  8721.         35h ???
  8722.         36h ???
  8723.         37h ???
  8724.         38h ???
  8725.         39h ???
  8726.         3Ah ???
  8727.         3Bh ???
  8728.         3Ch ???
  8729.         3Eh ???
  8730.         3Fh ???
  8731.         40h ???
  8732.         41h ???
  8733.         42h ???
  8734.         43h ???
  8735.         44h ???
  8736.         45h ???
  8737.         46h ???
  8738.         47h ???
  8739. Return: CX = status (most subfunctions)
  8740.     (E)AX and/or (E)BX contain return values, depending on function
  8741. Notes:    called by DPMS.EXE and EMM386.EXE
  8742.     this API is only available if AX=12FFh/BX=0EDCh returns successfully;
  8743.       because the request is handled on the initial trap to the memory
  8744.       manager caused by INT instructions, this API must be invoked with
  8745.       an actual INT 2F instruction instead of some simulation such as a
  8746.       far call to the address in the interrupt vector table
  8747. SeeAlso: AX=12FF/BX=0EDCh,AX=2780h/CL=01h,AX=2780h/CL=03h,AX=2780h/CL=04h
  8748. --------m-2F2780CL03-------------------------
  8749. INT 2F U - Novell DOS 7 - EMM386.EXE - MULTITASKING API
  8750.     AX = 2780h
  8751.     CL = 03h (function number)
  8752.     CH = subfunction
  8753.         00h ???
  8754.         01h ???
  8755.         02h ???
  8756.         03h ???
  8757.         04h ???
  8758.         05h ???
  8759.         06h ???
  8760.         07h ???
  8761.         08h ???
  8762.         09h ???
  8763.         0Ah ???
  8764.         0Bh ???
  8765.         0Ch ???
  8766.         0Dh ???
  8767.         0Eh ???
  8768.         0Fh ???
  8769.         10h ???
  8770.         11h ???
  8771.         12h ???
  8772.         13h ???
  8773.         14h ???
  8774.         15h ???
  8775.         16h ???
  8776.         17h ???
  8777.         18h ???
  8778.         19h ???
  8779.         1Ah ???
  8780.         1Bh ???
  8781.         1Ch ???
  8782.         1Dh ???
  8783.         1Eh ???
  8784.         1Fh ???
  8785.         20h ???
  8786.         21h ???
  8787.         22h ???
  8788.         23h ???
  8789.         24h ???
  8790.         25h ???
  8791.         26h ???
  8792.         27h ???
  8793.         28h ???
  8794.         29h ???
  8795.         2Ah ???
  8796.         2Bh ???
  8797.         2Ch ???
  8798.         2Dh ???
  8799.         2Eh ???
  8800.         2Fh ???
  8801.         30h ???
  8802.         31h ???
  8803.         32h ???
  8804.         33h ???
  8805.         34h ???
  8806.         35h ???
  8807.         36h ???
  8808.         37h ???
  8809. Return: CX = status (most subfunctions)
  8810.     (E)AX and/or (E)BX contain return values, depending on function
  8811. Notes:    called by DPMS.EXE and EMM386.EXE
  8812.     this API is only available if AX=12FFh/BX=0EDCh returns successfully;
  8813.       because the request is handled on the initial trap to the memory
  8814.       manager caused by INT instructions, this API must be invoked with
  8815.       an actual INT 2F instruction instead of some simulation such as a
  8816.       far call to the address in the interrupt vector table
  8817. SeeAlso: AX=12FF/BX=0EDCh,AX=2780h/CL=01h,AX=2780h/CL=02h,AX=2780h/CL=04h
  8818. --------m-2F2780CL04-------------------------
  8819. INT 2F U - Novell DOS 7 - EMM386.EXE - MULTITASKING API
  8820.     AX = 2780h
  8821.     CL = 04h (function number)
  8822.     CH = subfunction
  8823.         00h ???
  8824.         01h ???
  8825.         02h ???
  8826.         03h ???
  8827.         04h ???
  8828.         05h ???
  8829.         06h ???
  8830.         07h ???
  8831.         08h ???
  8832.         09h ???
  8833.         0Ah ???
  8834.         0Bh ???
  8835.         0Ch ???
  8836.         0Dh ???
  8837.         0Eh ???
  8838.         0Fh ???
  8839.         10h ???
  8840.         11h ???
  8841.         12h ???
  8842.         13h ???
  8843.         14h ???
  8844.         15h ???
  8845.         16h ???
  8846.         17h ???
  8847.         18h ???
  8848.         19h ???
  8849.         1Ah ???
  8850.         1Bh ???
  8851.         1Ch ???
  8852.         1Dh ???
  8853.         1Eh ???
  8854.         1Fh ???
  8855.         20h ???
  8856.         21h ???
  8857.         22h ???
  8858.         23h ???
  8859.         24h ???
  8860.         25h ???
  8861.         26h ???
  8862.         27h ???
  8863.         28h ???
  8864.         29h ???
  8865.         2Ah ???
  8866.         2Bh ???
  8867.         2Ch ???
  8868.         2Dh ???
  8869.         2Eh ???
  8870.         2Fh ???
  8871.         30h ???
  8872.         31h ???
  8873.         32h ???
  8874. Return: CX = status (most subfunctions)
  8875.     (E)AX and/or (E)BX contain return values, depending on function
  8876. Notes:    called by DPMS.EXE and EMM386.EXE
  8877.     this API is only available if AX=12FFh/BX=0EDCh returns successfully;
  8878.       because the request is handled on the initial trap to the memory
  8879.       manager caused by INT instructions, this API must be invoked with
  8880.       an actual INT 2F instruction instead of some simulation such as a
  8881.       far call to the address in the interrupt vector table
  8882. SeeAlso: AX=12FF/BX=0EDCh,AX=2780h/CL=01h,AX=2780h/CL=02h,AX=2780h/CL=03h
  8883. --------m-2F2780CL05-------------------------
  8884. INT 2F U - Novell DOS 7 - EMM386.EXE - MULTITASKING API
  8885.     AX = 2780h
  8886.     CL = 05h
  8887.     ???
  8888. Return: ???
  8889. Notes:    called by DPMS.EXE and EMM386.EXE
  8890.     the handler for this function may be set by one of the subfunctions
  8891.       of AX=2780h/CL=01h; the default handler returns AX=BX=FFFFh and
  8892.       CX=0001h (see #1970)
  8893.     this API is only available if AX=12FFh/BX=0EDCh returns successfully;
  8894.       because the request is handled on the initial trap to the memory
  8895.       manager caused by INT instructions, this API must be invoked with
  8896.       an actual INT 2F instruction instead of some simulation such as a
  8897.       far call to the address in the interrupt vector table
  8898. SeeAlso: AX=12FF/BX=0EDCh,AX=2780h/CL=01h,AX=2780h/CL=02h,AX=2780h/CL=03h
  8899. --------m-2F2780CL06-------------------------
  8900. INT 2F U - Novell DOS 7 - EMM386.EXE - MULTITASKING API
  8901.     AX = 2780h
  8902.     CL = 06h
  8903.     ???
  8904. Return: ???
  8905. Notes:    called by DPMS.EXE and EMM386.EXE
  8906.     the handler for this function may be set by one of the subfunctions
  8907.       of AX=2780h/CL=01h; the default handler returns AX=BX=FFFFh and
  8908.       CX=0001h (see #1970)
  8909.     this API is only available if AX=12FFh/BX=0EDCh returns successfully;
  8910.       because the request is handled on the initial trap to the memory
  8911.       manager caused by INT instructions, this API must be invoked with
  8912.       an actual INT 2F instruction instead of some simulation such as a
  8913.       far call to the address in the interrupt vector table
  8914. SeeAlso: AX=12FF/BX=0EDCh,AX=2780h/CL=01h,AX=2780h/CL=02h,AX=2780h/CL=03h
  8915. --------m-2F2780-----------------------------
  8916. INT 2F U - Novell DOS 7 - EMM386.EXE - MULTITASKING API
  8917.     AX = 2780h
  8918.     CL = function (07h-0Fh)
  8919.     ???
  8920. Return: ???
  8921. Notes:    called by DPMS.EXE and EMM386.EXE
  8922.     the handlers for each of these functions may be set individually by
  8923.       one of the subfunctions of AX=2780h/CL=01h; the default handlers
  8924.       return with all registers unchanged
  8925.     this API is only available if AX=12FFh/BX=0EDCh returns successfully;
  8926.       because the request is handled on the initial trap to the memory
  8927.       manager caused by INT instructions, this API must be invoked with
  8928.       an actual INT 2F instruction instead of some simulation such as a
  8929.       far call to the address in the interrupt vector table
  8930. SeeAlso: AX=12FF/BX=0EDCh,AX=2780h/CL=01h,AX=2780h/CL=02h,AX=2780h/CL=03h
  8931. --------T-2F2781-----------------------------
  8932. INT 2F U - Novell DOS 7 TaskMGR - BEGIN CRITICAL SECTION???
  8933.     AX = 2781h
  8934. Return: ???
  8935. SeeAlso: AX=2782h
  8936. --------T-2F2782-----------------------------
  8937. INT 2F U - Novell DOS 7 TaskMGR - END CRITICAL SECTION???
  8938.     AX = 2782h
  8939. Return: ???
  8940. SeeAlso: AX=2781h
  8941. --------m-2F2783-----------------------------
  8942. INT 2F U - Novell DOS 7 - EMM386.EXE - GET ???
  8943.     AX = 2783h
  8944. Return: AX = ???
  8945.     BX = ???
  8946. --------T-2F278F-----------------------------
  8947. INT 2F U - Novell DOS 7 TaskMGR - ??? API
  8948.     AX = 278Fh
  8949.     as for INT 2F/AX=2780h
  8950. Return: as for INT 2F/AX=2780h
  8951. Note:    Novell DOS 7 TaskMGR passes this call through to INT 2F/AX=2780h
  8952.       without changing any other registers
  8953. SeeAlso: AX=2780h,AX=2782h
  8954. --------F-2F2A-------------------------------
  8955. INT 2F - Gammafax DOS Dispatcher INTERFACE
  8956.     AH = 2Ah
  8957. Note:    details not available at this time
  8958. SeeAlso: AX=8000h"FaxBIOS",AX=C000h/BX=444Bh,AX=CB00h,AX=CBDDh,INT 66"BitFax"
  8959. --------V-2F2E00-----------------------------
  8960. INT 2F U - Novell DOS 7 - GRAFTABL - INSTALLATION CHECK
  8961.     AX = 2E00h
  8962. Return: AH = FFh if installed
  8963. Note:    this installation check does not follow the usual format of setting
  8964.       AL to FFh
  8965. SeeAlso: AX=2300h,AH=2Eh"GRAFTABL"
  8966. --------V-2F2E-------------------------------
  8967. INT 2F U - Novell DOS 7 - GRAFTABL - GET FONT TABLE
  8968.     AH = 2Eh
  8969.     AL nonzero
  8970. Return: AH = FFh if installed
  8971.         ES:BX -> graphics data (8 bytes per character from 80h to FFh)
  8972. SeeAlso: AX=2E00h,AH=23h"GRAFTABL"
  8973. --------t-2F3900-----------------------------
  8974. INT 2F - Kingswood TSR INTERFACE - COMPATIBILITY MODE
  8975.     AX = 3900h
  8976. Return: AL = status
  8977.         00h not installed
  8978.         FFh one or more TSRs using this interface is installed
  8979.         DX may be destroyed
  8980. Note:    this function is provided to that the multiplex number will appear used
  8981.       to other programs
  8982. SeeAlso: AH=39h/BL=00h
  8983. --------t-2F39--BL00-------------------------
  8984. INT 2F - Kingswood TSR INTERFACE - INSTALLATION CHECK
  8985.     AH = 39h
  8986.     BL = 00h
  8987.     AL = TSR ID number (01h-FFh, currently only 01h-1Bh used) (see #1971)
  8988. Return: AL = status
  8989.         00h not installed
  8990.         FFh installed
  8991.         DX = segment address of resident module
  8992. Note:    All of Kingswood Software's TSRs use this interface.  Usually the
  8993.       resident module is installed by allocating a block of upper memory,
  8994.       setting its owner ID to 000Ah (used by DOS), and filling the MCB name
  8995.       field with the TSR's name.
  8996. SeeAlso: #1972,AX=3900h,AH=39h/BL=01h
  8997.  
  8998. (Table 1971)
  8999. Values for Kingswood TSR ID number:
  9000.  01h    TSR Windows
  9001.  02h    NOBUSY
  9002.  03h    CD STACK
  9003.  04h    DISK WATCH
  9004.  05h    PUSHBP
  9005.  06h    ALIAS
  9006.  07h    KEYMACRO
  9007.  08h    SLOWDOWN
  9008.  09h    ANSIGRAB
  9009.  0Ah    TEE
  9010.  0Bh    FASTMOUS
  9011.  0Ch    EXTWILD
  9012.  0Dh    BREAKOUT
  9013.  0Eh    STOPDISK
  9014.  0Fh    MEMINIT
  9015.  10h    JANUSEXT
  9016.  11h    CAPS
  9017.  12h    ANSI
  9018.  13h    TRAPPER
  9019.  14h    EATMEM
  9020.  15h    WPJOKE
  9021.  16h    SHOWDOS
  9022.  17h    LOGINTS
  9023.  18h    BLANKVGA
  9024.  19h    SWAPEXEC
  9025.  1Ah    SHELL
  9026.  1Bh    TSRGAMES
  9027.  
  9028. Format of Kingswood TSR modules:
  9029. Offset    Size    Description    (Table 1972)
  9030.  00h  4 BYTEs    signature "FTSR"
  9031.  04h    WORD    segment address of this module (used to check validity)
  9032.  06h    WORD    number of words to skip (usually 0000h if no PSP present)
  9033.  08h  N WORDs    module-defined data that must be at a fixed segment offset
  9034.         (usually only a PSP if file access is required)
  9035.      5N BYTEs    interrupt list (see #1973)
  9036.     BYTE    FFh terminator
  9037.  
  9038. Format of Kingswood TSR interrupt list entry:
  9039. Offset    Size    Description    (Table 1973)
  9040.  00h    BYTE    interrupt number (00h-FEh)
  9041.  01h    WORD    offset within segment of DWORD pointer to previous interrupt
  9042.  03h    WORD    offset within segment of begin of interrupt handler code
  9043. --------t-2F39--BL01-------------------------
  9044. INT 2F - Kingswood TSR INTERFACE - REMOVAL CHECK
  9045.     AH = 39h
  9046.     BL = 01h
  9047.     AL = TSR ID number (01h-FFh) (see #1971)
  9048. Return: AL = status
  9049.         00h not ready to be removed
  9050.         FFh resident module may be removed by deassigning the interrupts
  9051.           hooked by the TSR and deallocating the TSR's memory block
  9052.     AH,BX,CX,DX,ES may be destroyed
  9053. SeeAlso: AX=3900h,AH=39h/BL=00h
  9054. --------t-2F39-------------------------------
  9055. INT 2F - Kingswood TSR INTERFACE - APPLICATION-SPECIFIC FUNCTION CALLS
  9056.     AH = 39h
  9057.     BL = function number (02h-FFh)
  9058.     AL = TSR ID number (01h-FFh) (see #1971)
  9059.     CX,DX,SI,DI,DS,ES may contain parameters
  9060.     BH reserved for use by the function dispatcher
  9061. Return: as appropriate for the called function
  9062. SeeAlso: AX=3900h,AH=39h/BL=00h,AX=3901h/BL=02h
  9063. --------r-2F3901BL02-------------------------
  9064. INT 2F - Kingswood TSR Windows - OPEN WINDOW
  9065.     AX = 3901h
  9066.     BL = 02h
  9067. Return: AX = error code (0000h if successful)
  9068.     SI,DI,DS,ES preserved
  9069. Notes:    opens the next TSR window on top of any others.     Only three
  9070.       TSR windows can be opened at any one time.  The three windows
  9071.       are all 40x11 characters, partly overlapping.
  9072. SeeAlso: AH=39h/BL=00h,AX=3901h/BL=03h,AX=3901h/BL=05h,AX=3901h/BL=06h
  9073. --------r-2F3901BL03-------------------------
  9074. INT 2F - Kingswood TSR Windows - HIDE WINDOWS
  9075.     AX = 3901h
  9076.     BL = 03h
  9077. Return: AX = error code (0000h if successful)
  9078.     SI,DI,DS,ES preserved
  9079. Notes:    Hide any visible TSR windows from view.
  9080. SeeAlso: AH=39h/BL=00h,AX=3901h/BL=02h,AX=3901h/BL=05h
  9081. --------r-2F3901BL04-------------------------
  9082. INT 2F - Kingswood TSR Windows - SHOW WINDOWS
  9083.     AX = 3901h
  9084.     BL = 04h
  9085. Return: AX = error code (0000h if successful)
  9086.     SI,DI,DS,ES preserved
  9087. Notes:    Re-display all TSR windows after a HIDE WINDOWS call.
  9088. SeeAlso: AH=39h/BL=00h,AX=3901h/BL=02h,AX=3901h/BL=03h
  9089. --------r-2F3901BL05-------------------------
  9090. INT 2F - Kingswood TSR Windows - CLOSE WINDOW
  9091.     AX = 3901h
  9092.     BL = 05h
  9093. Return: AX = error code (0000h if successful)
  9094.     SI,DI,DS,ES preserved
  9095. Notes:    Close the last opened TSR window.
  9096. SeeAlso: AH=39h/BL=00h,AX=3901h/BL=02h
  9097. --------r-2F3901BL06-------------------------
  9098. INT 2F - Kingswood TSR Windows - SET WINDOW TITLE
  9099.     AX = 3901h
  9100.     BL = 06h
  9101.     DS:SI -> title string
  9102. Return: AX = error code (0000h if successful)
  9103.     SI,DI,DS,ES preserved
  9104. SeeAlso: AH=39h/BL=00h,AX=3901h/BL=02h
  9105. --------r-2F3901BL07-------------------------
  9106. INT 2F - Kingswood TSR Windows - POSITION CURSOR
  9107.     AX = 3901h
  9108.     BL = 07h
  9109.     CH = Y coordinate (0-10)
  9110.     CL = X coordinate (0-39)
  9111. Return: AX = error code (0000h if successful)
  9112.     SI,DI,DS,ES preserved
  9113. Note:    the hardware cursor is always disabled when a TSR window is opened;
  9114.       this call only sets a text position
  9115. SeeAlso: AH=39h/BL=00h,AX=3901h/BL=08h,AX=3901h/BL=09h
  9116. --------r-2F3901BL08-------------------------
  9117. INT 2F - Kingswood TSR Windows - DISPLAY STRING
  9118.     AX = 3901h
  9119.     BL = 08h
  9120.     DS:SI -> string
  9121. Return: AX = error code (0000h if successful)
  9122.     SI,DI,DS,ES preserved
  9123. Notes:    The text is not clipped.
  9124.     This routine understands Tab, NewLine and Carriage Return
  9125. SeeAlso: AH=39h/BL=00h,AX=3901h/BL=07h
  9126. --------r-2F3901BL09-------------------------
  9127. INT 2F - Kingswood TSR Windows - SCROLL WINDOW
  9128.     AX = 3901h
  9129.     BL = 09h
  9130.     CL = scroll direction: 01h up, FFh down, 00h clear window
  9131. Return: AX = error code (0000h if successful)
  9132.     SI,DI,DS,ES preserved
  9133. SeeAlso: AH=39h/BL=00h,AX=3901h/BL=07h
  9134. --------r-2F3901BL0A-------------------------
  9135. INT 2F - Kingswood TSR Windows - SOUND BEEPER
  9136.     AX = 3901h
  9137.     BL = 0Ah
  9138.     DX = sound divisor, or 0 for silence.
  9139.          (divide 1843200 by required frequency to get value for DX)
  9140.     CL = sound length in 18.2 Hz clock ticks
  9141. Return: AX = error code (0000h if successful)
  9142.     SI,DI,DS,ES preserved
  9143. SeeAlso: AH=39h/BL=00h
  9144. --------r-2F3901BL0B-------------------------
  9145. INT 2F - Kingswood TSR Windows - ADD OR REMOVE USER
  9146.     AX = 3901h
  9147.     BL = 0Bh
  9148.     CL = number of users increment: +1 if adding a new user
  9149.                     -1 if removing a user
  9150. Return: AX = error code (0000h if successful)
  9151.     SI,DI,DS,ES preserved
  9152. Note:    the TSR windows resident module may only be removed when the internal
  9153.       user count is zero
  9154. SeeAlso: AH=39h/BL=00h,AX=3901h/BL=02h
  9155. --------V-2F3912BL03-------------------------
  9156. INT 2F - Kingswood ANSI display driver - SET COMPATIBILITY MODE
  9157.     AX = 3912h
  9158.     BL = 03h
  9159.     CL = new mode (00h fast, FFh BIOS)
  9160. Return: AL = old compatibility mode
  9161.     SI,DI,DS,ES preserved
  9162. SeeAlso: AX=3900h,AX=3912h/BL=04h
  9163. --------V-2F3912BL04-------------------------
  9164. INT 2F - Kingswood ANSI display driver - SET FLAGS
  9165.     AX = 3912h
  9166.     BL = 04h
  9167.     CL = new flags (see #1974)
  9168. Return: AL = old flags
  9169.     SI,DI,DS,ES preserved
  9170. SeeAlso: AX=3900h,AX=3912h/BL=03h
  9171.  
  9172. Bitfields for Kingswood ANSI flags:
  9173. Bit(s)    Description    (Table 1974)
  9174.  0    do not wrap at end of line
  9175.  1    wait for beeps to end before displaying next character
  9176.  2    do not use graphics cursor
  9177. --------W-2F4000-----------------------------
  9178. INT 2F - Windows 3.x (OS/2 2.x???) - GET VIRTUAL DEVICE DRIVER (VDD) CAPABLTIES
  9179.     AX = 4000h
  9180. Return: AL = video virtualization (see #1975)
  9181. Note:    this function is used by display drivers to find out what capabilities
  9182.       exist for the VDD driver and also trigger the VDD driver to call
  9183.       functions 4005h and 4006h.  This function also gives the Video Driver
  9184.       hardware access to the video registers.
  9185.  
  9186. (Table 1975)
  9187. Values for Windows video virtualization:
  9188.  01h    does not virtualize video access
  9189.  02h    virtualizes the video when in text mode
  9190.  03h    virtualizes the video when in text mode or single plane graphics modes
  9191.  04h    virtualizes the video when in text mode, single plane graphics modes,
  9192.       and VGA multiplane modes
  9193.  FFh    virtualizes the video fully
  9194. --------O-2F4001-----------------------------
  9195. INT 2F C - OS/2 compatibility box - SWITCHING DOS TO BACKGROUND
  9196.     AX = 4001h
  9197. Note:    called by OS/2 when the DOS box is about to be placed in the background
  9198.       and the video driver should save any necessary state
  9199. SeeAlso: AX=4002h,AX=4005h
  9200. --------O-2F4002-----------------------------
  9201. INT 2F C - OS/2 compatibility box - SWITCHING DOS TO FOREGROUND
  9202.     AX = 4002h
  9203. Note:    called by OS/2 when the DOS box is about to be placed in the foreground
  9204.       and the video driver should restore the previously-saved state
  9205. SeeAlso: AX=4001h,AX=4006h
  9206. --------W-2F4003-----------------------------
  9207. INT 2F - Windows 3.x - ENTERING VIDEO DRIVER CRITICAL SECTION
  9208.     AX = 4003h
  9209. Note:    This critical section must be exited within 1 second.
  9210. SeeAlso: AX=4004h
  9211. --------W-2F4004-----------------------------
  9212. INT 2F - Windows 3.x - EXITING VIDEO DRIVER CRITICAL SECTION
  9213.     AX = 4004h
  9214. SeeAlso: AX=4003h
  9215. --------W-2F4005-----------------------------
  9216. INT 2F C - Windows 3.x - SWITCHING DOS TO BACKGROUND
  9217.     AX = 4005h
  9218. Note:    called by Windows when the DOS box is about to be placed in the
  9219.       background and the video driver should save any necessary state
  9220.       information (this may be called only in Standard mode)
  9221. SeeAlso: AX=4001h,AX=4006h
  9222. --------W-2F4006-----------------------------
  9223. INT 2F C - Windows 3.x - SWITCHING DOS TO FOREGROUND
  9224.     AX = 4006h
  9225. Note:    called by Windows when the DOS box is about to be placed in the
  9226.       foreground and the video driver should restore any necessary state
  9227.       information (this may be called only in Standard mode)
  9228. SeeAlso: AX=4002h,AX=4005h
  9229. --------W-2F4007-----------------------------
  9230. INT 2F - Windows 3.x - ENABLE VDD TRAPPING OF VIDEO REGISTERS
  9231.     AX = 4007h
  9232. Note:    used by Windows Standard mode
  9233. --------O-2F4010-----------------------------
  9234. INT 2F - OS/2 v2.0+ - INSTALLATION CHECK / GET VERSION
  9235.     AX = 4010h
  9236. Return: AX = 4010h if OS/2 not installed
  9237.     AX = 0000h for OS/2 Warp 3.0
  9238.     BX = OS/2 version if installed
  9239. Note:    OS/2 Warp 3.0
  9240. SeeAlso: INT 21/AH=30h,INT 21/AX=3306h
  9241. --------E-2F4040-----------------------------
  9242. INT 2F - PharLap 286|DOS-Extender Lite v2.5 - ???
  9243.     AX = 4040h
  9244. Return: BX:CX -> ???
  9245. --------N-2F4100-----------------------------
  9246. INT 2F - DOS Enhanced LAN Manager 2.0+ MINIPOP/NETPOPUP - INSTALLATION CHECK
  9247.     AX = 4100h
  9248. Return: CF clear if successful
  9249.         AL = FFh
  9250.     CF set on error
  9251.         AX = ???
  9252. Notes:    MINIPOP and NETPOPUP provide a network message popup service
  9253.     LAN Manager enhanced mode adds features beyond the standard redirector
  9254.       file/printer services
  9255. SeeAlso: AX=118Ah,AX=4103h,AX=4104h,AH=42h,AH=4Bh
  9256. --------N-2F4103-----------------------------
  9257. INT 2F - DOS Enhanced LAN Manager 2.0+ MINIPOP/NETPOPUP - ???
  9258.     AX = 4103h
  9259. Return: ???
  9260. SeeAlso: AX=4100h,AX=4104h
  9261. --------N-2F4104-----------------------------
  9262. INT 2F - DOS Enhanced LAN Manager 2.0+ MINIPOP/NETPOPUP - ???
  9263.     AX = 4104h
  9264. Return: ???
  9265. SeeAlso: AX=4100h,AX=4103h
  9266. --------N-2F42-------------------------------
  9267. INT 2F - LAN Manager 2.0 DOS Enhanced MSRV.EXE - MESSENGER SERVICE
  9268.     AH = 42h
  9269.     ???
  9270. Return: ???
  9271. Note:    LAN Manager enhanced mode adds features beyond the standard redirector
  9272.       file/printer services
  9273. SeeAlso: AX=118Ah,AX=4100h,AH=4Bh
  9274. --------!---Section--------------------------
  9275.